diff --git a/next.config.js b/next.config.js index 61d5a20..26d1d60 100644 --- a/next.config.js +++ b/next.config.js @@ -10,6 +10,7 @@ const nextConfig = { fs: false, }; } + config.externals.push("pino-pretty", "encoding"); return config; }, images: { @@ -30,4 +31,4 @@ const nextConfig = { }, }; -export default nextConfig +export default nextConfig;