next.js/bench/nested-deps-app-router/next.config.js
next.config.js9 lines166 B
const idx = process.execArgv.indexOf('--cpu-prof')
if (idx >= 0) process.execArgv.splice(idx, 1)

module.exports = {
  eslint: {
    ignoreDuringBuilds: true,
  },
}
Quest for Codev2.0.0
/
SIGN IN