From cca35e3195b9e6c2636ab297ff2a0b2190d2a339 Mon Sep 17 00:00:00 2001 From: forbesus Date: Tue, 26 Nov 2024 01:16:06 -0800 Subject: [PATCH] fix(observability): test for ci/cd build --- apps/stats-web/next.config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/stats-web/next.config.js b/apps/stats-web/next.config.js index ea0a1c104..237d2ae06 100644 --- a/apps/stats-web/next.config.js +++ b/apps/stats-web/next.config.js @@ -13,12 +13,12 @@ try { /** @type {import('next').NextConfig} */ const nextConfig = { - // webpack: (config, { isServer }) => { - // if (isServer) { - // config.externals = [...config.externals, 'pino', 'pino-pretty']; - // } - // return config; - // }, + webpack: (config, { isServer }) => { + if (isServer) { + config.externals = [...config.externals, 'thread-stream']; + } + return config; + }, output: "standalone", publicRuntimeConfig: { version