aboutsummaryrefslogtreecommitdiff
path: root/wrangler.json
blob: 247a0470da1a319cb739ad0740ad971b36274989 (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": "api-zue-dev",
  "main": "source/index.js",
  "routes": [
    {
      "pattern": "api.zue.dev",
      "custom_domain": true
    }
  ],
  "observability": {
    "enabled": true,
    "head_sampling_rate": 1
  },
  "browser": {
    "binding": "MYBROWSER"
  }
}