diff --git a/dist/wrangler.jsonc b/dist/wrangler.jsonc new file mode 100644 index 000000000..73ce5bc11 --- /dev/null +++ b/dist/wrangler.jsonc @@ -0,0 +1,14 @@ +{ + "$schema": "node_modules/wrangler/config-schema.json", + "name": "fancy-snowflake-232b", + "compatibility_date": "2026-06-10", + "observability": { + "enabled": true + }, + "assets": { + "directory": "." + }, + "compatibility_flags": [ + "nodejs_compat" + ] +}