fix SPA prerender build
Some checks failed
CI / Typecheck, test & build (push) Successful in 3m0s
CI / Deploy to Cloudflare Workers (push) Failing after 57s

This commit is contained in:
2026-08-31 01:03:53 +08:00
parent 41a6391ce6
commit a0d0bd8b08

View File

@ -13,9 +13,9 @@ const config = defineConfig({
resolve: { tsconfigPaths: true },
plugins: [
devtools(),
tanstackStart({ spa: { enabled: true } }),
nitro({ rollupConfig: { external: [/^@sentry\//] } }),
tailwindcss(),
tanstackStart({ spa: { enabled: true } }),
viteReact(),
],
})