mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
12 lines
286 B
JSON
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"
|
|
}
|
|
}
|