fix CI SPA prerender build
Some checks failed
CI / Typecheck, test & build (push) Failing after 2m3s
CI / Deploy to Cloudflare Workers (push) Has been skipped

This commit is contained in:
2026-08-31 01:22:01 +08:00
parent a0d0bd8b08
commit 848de4e309
5 changed files with 265 additions and 419 deletions

View File

@ -8,7 +8,7 @@
// `pnpm cf:build` copies the TanStack Start shell to index.html, which
// `single-page-application` handling serves for any non-asset request.
"assets": {
"directory": ".output/public",
"directory": "dist/client",
"not_found_handling": "single-page-application"
},
"observability": {