diff --git a/vite.config.ts b/vite.config.ts index 989cc24..d0fc5d6 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -12,8 +12,8 @@ const config = defineConfig({ resolve: { tsconfigPaths: true }, plugins: [ devtools(), - nitro({ rollupConfig: { external: [/^@sentry\//] } }), tailwindcss(), + viteReact(), tanstackStart({ prerender: { enabled: true, @@ -36,7 +36,7 @@ const config = defineConfig({ host: HOST_URL, }, }), - viteReact(), + nitro({ rollupConfig: { external: [/^@sentry\//] } }), ], });