15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"$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"
|
|
]
|
|
}
|