diff --git a/vite.config.ts b/vite.config.ts index 198b733..4466ab9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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(), ], })