Update wrangler.toml

This commit is contained in:
2025-09-07 22:11:28 -07:00
parent c004e0dedd
commit b7ab2d9739

View File

@@ -25,8 +25,7 @@ enabled = true
# Environment Variables # Environment Variables
# https://developers.cloudflare.com/workers/wrangler/configuration/#environment-variables # https://developers.cloudflare.com/workers/wrangler/configuration/#environment-variables
[vars] # [vars]
inherit = true
# MY_VARIABLE = "production_value" # MY_VARIABLE = "production_value"
# Static Assets # Static Assets
@@ -40,4 +39,3 @@ inherit = true
# [[services]] # [[services]]
# binding = "MY_SERVICE" # binding = "MY_SERVICE"
# service = "my-service" # service = "my-service"