diff options
Diffstat (limited to 'docs/wrangler.jsonc')
| -rw-r--r-- | docs/wrangler.jsonc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/wrangler.jsonc b/docs/wrangler.jsonc new file mode 100644 index 0000000..c1e3ce5 --- /dev/null +++ b/docs/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" + ] +} |
