Update wrangler toml

This commit is contained in:
Arthur Belleville 2025-07-13 23:13:57 +02:00
parent 52fffe6922
commit 756b33bb79
No known key found for this signature in database

View file

@ -12,10 +12,8 @@ enabled = true
[vars]
PYTHON_VERSION = "3.11.5"
[env.production.vars]
PYTHON_VERSION = "3.11.5"
[env.production]
route = { pattern = "app.xtablo.com", custom_domain = true }
[env.staging]
[env.staging]
route = { pattern = "app-staging.xtablo.com", custom_domain = true }