mirror of
https://github.com/Nezumi-2711/9router-config-generate.git
synced 2026-09-22 13:38:32 +00:00
13 lines
331 B
JSON
13 lines
331 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "9router-config-generate",
|
|
"main": "worker/index.ts",
|
|
"compatibility_date": "2026-08-15",
|
|
"assets": {
|
|
"directory": "./dist",
|
|
"binding": "ASSETS",
|
|
"not_found_handling": "single-page-application",
|
|
"run_worker_first": ["/i/*", "/api/*"]
|
|
}
|
|
}
|