diff --git a/next.config.mjs b/next.config.mjs index cc3060afdc..f9d695a1f1 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -13,6 +13,8 @@ const nextConfig = { }, output: "standalone", serverExternalPackages: [ + "pino", + "pino-pretty", "thread-stream", "better-sqlite3", "zod",