diff options
Diffstat (limited to 'website/wrangler.jsonc')
| -rw-r--r-- | website/wrangler.jsonc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/website/wrangler.jsonc b/website/wrangler.jsonc new file mode 100644 index 0000000..c1e3ce5 --- /dev/null +++ b/website/wrangler.jsonc @@ -0,0 +1,14 @@ +{ + "$schema": "node_modules/wrangler/config-schema.json", + "name": "lunaticchat-docs", + "compatibility_date": "2025-09-27", + "observability": { + "enabled": true + }, + "assets": { + "directory": "dist" + }, + "compatibility_flags": [ + "nodejs_compat" + ] +} |
