Add keep_vars option to wrangler.toml.template (#793)

This commit is contained in:
Hogum
2025-12-27 02:08:57 +08:00
committed by GitHub
parent 0d63142bd7
commit 499f65078b

View File

@@ -2,6 +2,7 @@ name = "cloudflare_temp_email"
main = "src/worker.ts"
compatibility_date = "2025-04-01"
compatibility_flags = [ "nodejs_compat" ]
keep_vars = true
# if you want use custom_domain, you need to add routes
# routes = [
# { pattern = "temp-email-api.xxxxx.xyz", custom_domain = true },