mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-08-28 19:48:01 +08:00
Add keep_vars option to wrangler.toml.template (#793)
This commit is contained in:
@@ -2,6 +2,7 @@ name = "cloudflare_temp_email"
|
|||||||
main = "src/worker.ts"
|
main = "src/worker.ts"
|
||||||
compatibility_date = "2025-04-01"
|
compatibility_date = "2025-04-01"
|
||||||
compatibility_flags = [ "nodejs_compat" ]
|
compatibility_flags = [ "nodejs_compat" ]
|
||||||
|
keep_vars = true
|
||||||
# if you want use custom_domain, you need to add routes
|
# if you want use custom_domain, you need to add routes
|
||||||
# routes = [
|
# routes = [
|
||||||
# { pattern = "temp-email-api.xxxxx.xyz", custom_domain = true },
|
# { pattern = "temp-email-api.xxxxx.xyz", custom_domain = true },
|
||||||
|
|||||||
Reference in New Issue
Block a user