diff --git a/www/wrangler.jsonc b/www/wrangler.jsonc new file mode 100644 index 0000000..55eda5c --- /dev/null +++ b/www/wrangler.jsonc @@ -0,0 +1,14 @@ +{ + "$schema": "node_modules/wrangler/config-schema.json", + "name": "keypress", + "compatibility_date": "2026-05-01", + "observability": { + "enabled": true + }, + "assets": { + "directory": "." + }, + "compatibility_flags": [ + "nodejs_compat" + ] +}