๐Ÿ“ฆ cloudflare / vinext

๐Ÿ“„ wrangler.jsonc ยท 12 lines
1
2
3
4
5
6
7
8
9
10
11
12{
  "$schema": "node_modules/wrangler/config-schema.json",
  "name": "hackernews",
  "compatibility_date": "2026-02-12",
  "compatibility_flags": ["nodejs_compat"],
  "main": "vinext/server/app-router-entry",
  "preview_urls": true,
  "assets": {
    "not_found_handling": "none"
  }
}