summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorstuebinm2022-02-11 22:49:04 +0100
committerstuebinm2022-03-19 19:26:19 +0100
commit4fb5d083e4b629bad2842ed37b8e6560af61deae (patch)
tree91866c53a8365b975a5fb91fa41c8e570ab8cd77 /server
parent89ccd9e970fe1c736cd68ad6f1def666e5275e6b (diff)
server: more debug output
Diffstat (limited to 'server')
-rw-r--r--server/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Main.hs b/server/Main.hs
index 0f142de..ef47bbd 100644
--- a/server/Main.hs
+++ b/server/Main.hs
@@ -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