-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.jsonc
More file actions
31 lines (31 loc) · 676 Bytes
/
Copy pathwrangler.jsonc
File metadata and controls
31 lines (31 loc) · 676 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
30
31
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "vinanihon",
"compatibility_date": "2026-03-11",
"compatibility_flags": [
"nodejs_compat"
],
"pages_build_output_dir": "./dist",
// Astro's Cloudflare adapter expects a KV binding for sessions.
// Preview uses the same KV namespace for now. Split it later if isolation is needed.
"kv_namespaces": [
{
"binding": "SESSION",
"id": "2a41b5eab68a40ce9e51c8c787b53f98"
}
],
"env": {
"preview": {
"kv_namespaces": [
{
"binding": "SESSION",
"id": "2a41b5eab68a40ce9e51c8c787b53f98"
}
]
}
},
"vars": {
"DAILY_REQUEST_LIMIT": "300",
"ALERT_THRESHOLD": "0.8"
}
}