Rough websocket responses

This commit is contained in:
Paul-Henri Froidmont 2025-08-25 01:17:02 +02:00
parent fadef26425
commit ccdd22b61a
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
3 changed files with 70 additions and 16 deletions

View file

@ -52,5 +52,5 @@ object example extends ScalaCommon:
}
object js extends TypeScriptModule:
def mainFileName = "app.ts"
def mainFileName = "app.js"
def npmDeps = Seq("phoenix@1.7.21", "phoenix_live_view@1.1.8")