mirror of
https://github.com/Nezumi-2711/9router-config-generate.git
synced 2026-09-22 05:31:47 +00:00
Adds wrangler.jsonc for static asset hosting and wrangler as a dev dependency so the repo is ready to connect via Cloudflare's Workers Builds Git integration. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
10 lines
233 B
JSON
10 lines
233 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "9router-config-generate",
|
|
"compatibility_date": "2026-08-15",
|
|
"assets": {
|
|
"directory": "./dist",
|
|
"not_found_handling": "single-page-application"
|
|
}
|
|
}
|