更新wrangler.toml,添加keep_vars配置以保持变量

This commit is contained in:
cmliu
2025-07-05 19:54:34 +08:00
parent c14d55ef44
commit 254da83a16

View File

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