From af61400681f0aaddfc721b6f513e2eb731fcf87a Mon Sep 17 00:00:00 2001 From: Alan Buscaglia Date: Tue, 21 Jul 2026 14:52:19 +0200 Subject: [PATCH] test(ui): prebundle server-only in browser tests --- ui/vitest.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/vitest.config.ts b/ui/vitest.config.ts index 6ebd471a27..7355ea4f97 100644 --- a/ui/vitest.config.ts +++ b/ui/vitest.config.ts @@ -103,6 +103,7 @@ export default defineConfig(() => { "next-auth/react", "next-auth/providers/credentials", "next-themes", + "server-only", // App component lib "@iconify/react",