diff --git a/site/wrangler.jsonc b/site/wrangler.jsonc new file mode 100644 index 0000000..7a7b8b4 --- /dev/null +++ b/site/wrangler.jsonc @@ -0,0 +1,14 @@ +{ + "$schema": "node_modules/wrangler/config-schema.json", + "name": "voy-cz", + "compatibility_date": "2026-04-17", + "observability": { + "enabled": true + }, + "assets": { + "directory": "." + }, + "compatibility_flags": [ + "nodejs_compat" + ] +}