fix SPA prerender build
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
+1 -1
View File
@@ -13,9 +13,9 @@ const config = defineConfig({
resolve: { tsconfigPaths: true }, resolve: { tsconfigPaths: true },
plugins: [ plugins: [
devtools(), devtools(),
tanstackStart({ spa: { enabled: true } }),
nitro({ rollupConfig: { external: [/^@sentry\//] } }), nitro({ rollupConfig: { external: [/^@sentry\//] } }),
tailwindcss(), tailwindcss(),
tanstackStart({ spa: { enabled: true } }),
viteReact(), viteReact(),
], ],
}) })