diff --git a/wrangler.jsonc b/wrangler.jsonc new file mode 100644 index 0000000..b4d1404 --- /dev/null +++ b/wrangler.jsonc @@ -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" + ] +}