summaryrefslogtreecommitdiff
path: root/website/wrangler.jsonc
blob: 9e7fe6738756497b7148c0e9a5a57be4da2c6f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "$schema": "node_modules/wrangler/config-schema.json",
  "name": "lunaticchat-docs",
  "compatibility_date": "2025-09-27",
  "observability": {
    "enabled": true
  },
  "assets": {
    "directory": "dist"
  },
  "routes": [
    { "pattern": "lc.m1sk9.dev", "custom_domain": true }
  ],
  "compatibility_flags": [
    "nodejs_compat"
  ]
}