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