Skip to content
Snippets Groups Projects
Commit 4fb5d083 authored by stuebinm's avatar stuebinm
Browse files

server: more debug output

parent 89ccd9e9
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ app config =
where api = Proxy @Routes
conv :: App a -> Handler a
conv m = do
config <- liftIO $ mkDefaultCliConfig []
config <- liftIO $ mkDefaultCliConfig ["-v"]
res <- runCli config m
case res of
Right a -> pure a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment