Files
cloudflare__vinext/examples/hackernews/wrangler.jsonc
2026-02-24 09:29:39 -06:00

12 lines
286 B
JSON

{
"$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"
}
}