Skip to content

Commit

Permalink
update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Sep 14, 2024
1 parent b65e3a1 commit 33d67b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ const { withSentryConfig } = require('@sentry/nextjs');

const { i18n } = require('./next-i18next.config');

const os = require('os');
const platform = os.platform();
const outputStandaloneEnable = !!process.env.CI;
console.log(platform, outputStandaloneEnable);

const unifyNodeModules = (names) =>
names.reduce(
Expand Down

0 comments on commit 33d67b9

Please sign in to comment.