We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097a67c commit 6b701c5Copy full SHA for 6b701c5
1 file changed
webapp/src/main/scala/example/webapp/Main.scala
@@ -9,5 +9,5 @@ object Main extends IOApp.Simple {
9
LoadCss()
10
11
override def run =
12
- Fun.ws.start *> Outwatch.renderInto[IO]("#app", App.layout)
+ Fun.ws.start &> Outwatch.renderInto[IO]("#app", App.layout)
13
}
0 commit comments