Files
Siteforge/wrangler.jsonc
T
cloudflare-workers-and-pages[bot] 5a4e011d0e Add Cloudflare Workers configuration
2026-05-04 16:13:49 +00:00

15 lines
290 B
JSON

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "siteforge",
"compatibility_date": "2026-05-04",
"observability": {
"enabled": true
},
"assets": {
"not_found_handling": "single-page-application"
},
"compatibility_flags": [
"nodejs_compat"
]
}