From 0f703c95dd4aedcde34b984b8848bcd9ddc2303c Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Mon, 23 Mar 2026 11:19:53 -0300 Subject: [PATCH] fix(build): add pino and pino-pretty to serverExternalPackages --- next.config.mjs | 2 ++ 1 file changed, 2 insertions(+) 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",