test: stabilize assistant e2e

This commit is contained in:
ginnoir
2026-07-08 17:48:06 -05:00
parent 4c82d551ea
commit 1092941c45
2 changed files with 20 additions and 2 deletions
+8 -1
View File
@@ -178,7 +178,14 @@ const nextConfig: NextConfig = {
output: "standalone",
// Keep pino and pino-pretty as native Node.js requires so their worker-thread
// transport and stream internals work correctly inside the standalone bundle.
serverExternalPackages: ["pino", "pino-pretty", "drizzle-orm", "postgres"],
serverExternalPackages: [
"pino",
"pino-pretty",
"drizzle-orm",
"postgres",
"isomorphic-dompurify",
"jsdom",
],
};
export default nextConfig;