aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/website/wrangler.jsonc
blob: b3f5d1ca7a322d3fc7f8eacdcce2007bf003da3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "$schema": "https://esm.sh/wrangler@4.90.1/config-schema.json",
  //   "compatibility_flags": ["nodejs_compat"],
  "compatibility_date": "2026-03-29",
  "account_id": "424d9dabd39849818d9e22366a20e4d6",
  "name": "red-right-hand-website",
  //   "main": "./server/index.js",
  "assets": {
    "directory": "./public/",
    "not_found_handling": "single-page-application",
    // "binding": "ASSETS",
    // "run_worker_first": true,
  },
  "observability": {
    "enabled": true,
  },
  "routes": [
    {
      "pattern": "red-right-hand.unnamed.group",
      "custom_domain": true,
    },
  ],
}