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 d96a6cf commit 7cb6a1eCopy full SHA for 7cb6a1e
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 { logLevel = DebugAll }
+main = run $ miso $ \uri -> (haskellMisoComponent uri) { logLevel = DebugAll }
16
0 commit comments