summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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