not working: attempt to stream in websocket
added Vite proxy, tested with websocat, with direct js websocket. the error seems to be Laminex related
This commit is contained in:
@@ -32,11 +32,12 @@ lazy val frontend = project
|
||||
*/
|
||||
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.4.0",
|
||||
libraryDependencies += "com.raquo" %%% "laminar" % "15.0.1",
|
||||
libraryDependencies += "io.laminext" %%% "websocket" % "0.15.0"
|
||||
libraryDependencies += "io.laminext" %%% "websocket-circe" % "0.15.0",
|
||||
libraryDependencies += "io.laminext" %%% "fetch" % "0.15.0"
|
||||
)
|
||||
.dependsOn(common.js)
|
||||
|
||||
val circeVersion = "0.14.1"
|
||||
val circeVersion = "0.14.5"
|
||||
val http4sVersion = "1.0.0-M39"
|
||||
|
||||
lazy val backend = project
|
||||
|
||||
Reference in New Issue
Block a user