diff --git a/next.config.ts b/next.config.ts index 1435e30..76f79b8 100644 --- a/next.config.ts +++ b/next.config.ts @@ -178,7 +178,7 @@ 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"], + serverExternalPackages: ["pino", "pino-pretty", "drizzle-orm", "postgres"], }; export default nextConfig;