初始化配置文件wrangler.toml,设置项目名称、主文件和兼容性日期

This commit is contained in:
cmliu
2025-06-21 19:08:54 +08:00
parent 6e72a4f724
commit c14d55ef44

3
wrangler.toml Normal file
View File

@@ -0,0 +1,3 @@
name = "sub-worker"
main = "_worker.js"
compatibility_date = "2025-06-21"