Skip to content

Commit

Permalink
fix(observability): test for ci/cd build
Browse files Browse the repository at this point in the history
  • Loading branch information
forbesus committed Nov 26, 2024
1 parent 4ffd784 commit cca35e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/stats-web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cca35e3

Please sign in to comment.