-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.toml
More file actions
29 lines (25 loc) · 751 Bytes
/
wrangler.toml
File metadata and controls
29 lines (25 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name = "jinglebot"
main = "dist/index.js"
account_id = "fb1f542488f2441acf88ca15f3a8390d"
workers_dev = true
compatibility_date = "2023-10-25"
kv_namespaces = [
{ binding = "STORE", id = "bc46f9c352ab47ee96c22595cbab5ac4", preview_id = "bc46f9c352ab47ee96c22595cbab5ac4" }
]
[triggers]
crons = ["* * * * *"]
[build]
command = "npm run build"
watch_dir = "src"
[env.staging]
workers_dev = false
route = { pattern = "jinglebot-staging.v4.wtf/*", zone_name = "v4.wtf" }
kv_namespaces = [
{ binding = "STORE", id = "05ad2b1932994c329dd85bd0d954b7dd" }
]
[env.production]
workers_dev = false
route = { pattern = "jinglebot.v4.wtf/*", zone_name = "v4.wtf" }
kv_namespaces = [
{ binding = "STORE", id = "b7e0c324f4e94db5996a679975fa3515" }
]