mirror of
https://github.com/Nezumi-2711/9router-config-generate.git
synced 2026-09-22 13:38:32 +00:00
Setup Cloudflare Workers static assets deployment
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>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user