wrangler config

This commit is contained in:
2026-04-04 17:41:10 -04:00
parent bf2e701067
commit 9d031c394d
+14
View File
@@ -0,0 +1,14 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "ditchcord",
"compatibility_date": "2026-04-04",
"observability": {
"enabled": true
},
"assets": {
"not_found_handling": "single-page-application"
},
"compatibility_flags": [
"nodejs_compat"
]
}