feat: 添加 wrangler.toml 配置文件,定义项目名称和主文件

This commit is contained in:
cmliu
2025-06-21 19:13:30 +08:00
parent 760fc37766
commit 606eb45832

3
wrangler.toml Normal file
View File

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