Add Cloudflare Workers configuration
This commit is contained in:
committed by
GitHub
parent
10bd6848ef
commit
5a4e011d0e
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user