We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056efe1 commit a312b70Copy full SHA for a312b70
1 file changed
wrangler.toml
@@ -3,6 +3,16 @@ name = "aibtcdev-cache"
3
main = "src/index.ts"
4
compatibility_date = "2024-11-09"
5
account_id = "96280594e2b905d4dc40b3c744149710"
6
+# Default environment (preview)
7
+[env.preview]
8
+routes = []
9
+
10
+# Staging environment
11
+[env.staging]
12
+routes = [{ pattern = "cache-staging.aibtc.dev", custom_domain = true }]
13
14
+# Production environment
15
+[env.production]
16
routes = [{ pattern = "cache.aibtc.dev", custom_domain = true }]
17
18
# Workers Logs
0 commit comments