-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.jsonc
More file actions
27 lines (25 loc) · 722 Bytes
/
wrangler.jsonc
File metadata and controls
27 lines (25 loc) · 722 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
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "cfxstatus",
"account_id": "d88059b931804bf9bc050bf35356a6f4",
"compatibility_date": "2025-09-02",
"compatibility_flags": ["nodejs_compat"],
"main": "@tanstack/react-start/server-entry",
"routes": [
{ "pattern": "cfxstat.us", "custom_domain": true },
{ "pattern": "www.cfxstat.us", "custom_domain": true }
],
"vars": {
"ENVIRONMENT": "production"
},
"kv_namespaces": [
{ "binding": "INCIDENTS", "id": "7fa016e540974ac788b2081887b6e206" },
{ "binding": "WEBHOOKS", "id": "11eccea605384861aec69d54d8cb14b5" }
],
"observability": {
"logs": {
"enabled": true,
"invocation_logs": true
}
}
}