feat(workers): 添加 workers 源码

This commit is contained in:
zuoban
2024-09-14 05:15:00 +08:00
parent 46fb2c5e39
commit d7280f7fbb
3 changed files with 244 additions and 0 deletions

5
workers/wrangler.toml Normal file
View File

@@ -0,0 +1,5 @@
name = "wstrans"
main = "src/index.js"
compatibility_date = "2024-04-15"
workers_dev = true
node_compat = true