๐Ÿ“ฆ ntindle / governance.md

๐Ÿ“„ wrangler.jsonc ยท 14 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14{
  "name": "governancemd",
  "main": "src/index.ts",
  "compatibility_date": "2025-08-21",
  "assets": {
    "directory": "./dist"
  },
  "routes": [
    {
      "pattern": "governance.md",
      "custom_domain": true
    }
  ]
}