aboutsummaryrefslogtreecommitdiff
path: root/wrangler.jsonc
blob: 4e83d6e6a0de8816acc155d7af4c230b89bb16aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "$schema": "node_modules/wrangler/config-schema.json",
  "compatibility_flags": ["nodejs_compat"],
  "compatibility_date": "2025-02-05",
  "name": "zue-dev",
  "main": "./server/index.js",
  "assets": {
    "directory": "./public/",
    "not_found_handling": "single-page-application",
    "binding": "ASSETS",
    "run_worker_first": true,
  },
  "observability": {
    "enabled": true,
  },
  "routes": [
    {
      "pattern": "zue.dev",
      "custom_domain": true,
    },
  ],
}