aboutsummaryrefslogtreecommitdiff
path: root/projects/www/wrangler.jsonc
blob: af0687f600a51101d4e136e87358ea7aa9c9cba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "zue-dev",
  "compatibility_date": "2025-03-01",
  "main" : "./server/index.js",
  "assets": {
    "directory": "./public/",
    "not_found_handling": "single-page-application",
    "binding": "ASSETS"
  },
  "observability": {
    "enabled": true
  },
  "routes": [
    {
      "pattern": "zue.dev",
      "custom_domain": true
    }
  ]
}