diff --git a/_site/wrangler.jsonc b/_site/wrangler.jsonc new file mode 100644 index 0000000..13a12f8 --- /dev/null +++ b/_site/wrangler.jsonc @@ -0,0 +1,14 @@ +{ + "$schema": "node_modules/wrangler/config-schema.json", + "name": "ossgolfweb", + "compatibility_date": "2026-07-06", + "observability": { + "enabled": true + }, + "assets": { + "directory": "." + }, + "compatibility_flags": [ + "nodejs_compat" + ] +}