diff --git a/apps/web/vite.config.ts b/apps/web/vite.config.ts index 1a46b46..3190b68 100644 --- a/apps/web/vite.config.ts +++ b/apps/web/vite.config.ts @@ -8,14 +8,7 @@ export default defineConfig({ envDir: path.resolve(import.meta.dirname, "../.."), plugins: [tailwindcss(), reactRouter()], ssr: { - noExternal: [ - "@code/auth", - "@code/backend", - "@code/ui", - "@convex-dev/better-auth", - "better-auth", - "@better-auth/expo", - ], + noExternal: true, }, resolve: { dedupe: ["convex", "react", "react-dom"],