next.js/test/production/standalone-mode/tracing-side-effects-false/next.config.js
next.config.js9 lines132 B
/**
 * @type {import('next').NextConfig}
 */
const nextConfig = {
  serverExternalPackages: ['foo'],
}

module.exports = nextConfig
Quest for Codev2.0.0
/
SIGN IN