Files
gig-admin/wrangler.jsonc
kongkx 6932906327
All checks were successful
CI / Typecheck, test & build (push) Successful in 3m54s
CI / Deploy to Cloudflare Workers (push) Successful in 1m51s
replace Start prerender with Vite SPA
2026-08-31 01:28:48 +08:00

15 lines
415 B
JSON

{
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "gig-admin",
"compatibility_date": "2026-07-15",
// Assets-only Worker: gig-admin is a client-rendered SPA, so Cloudflare
// serves the Vite build and falls back to index.html for client routes.
"assets": {
"directory": "dist",
"not_found_handling": "single-page-application"
},
"observability": {
"enabled": true
}
}