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

+6
View File
@@ -0,0 +1,6 @@
name = "kotlin-cloudflare-worker" # any name you want
account_id = "<your account id>"
workers_dev = false
preview_urls = false
compatibility_date = "2022-08-11"
main = "kotlin-cloudflare-worker.js" # Set this value same as `outputModuleName`