Websocket server supported

This commit is contained in:
2026-01-04 00:33:42 +08:00
parent b6d35a2e72
commit 8a1635ca86
34 files changed
+262 -25

No files matched your search

+5
View File
@@ -0,0 +1,5 @@
kotlin {
js(IR) {
nodejs { binaries.executable() }
}
}