Add Cloudflare Workers configuration

This commit is contained in:
cloudflare-workers-and-pages[bot]
2026-05-04 16:13:49 +00:00
committed by GitHub
parent 10bd6848ef
commit 5a4e011d0e
5 changed files with 1466 additions and 6 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"$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"
]
}