We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b36334 commit d96a6cfCopy full SHA for d96a6cf
client/Main.hs
@@ -12,5 +12,5 @@ foreign export javascript "hs_start" main :: IO ()
12
#endif
13
-----------------------------------------------------------------------------
14
main :: IO ()
15
-main = run (miso haskellMisoComponent)
+main = run $ miso haskellMisoComponent { logLevel = DebugAll }
16
0 commit comments