aboutsummaryrefslogtreecommitdiffstats
path: root/next.config.js
blob: feea710ceceb63e18c78ab567f1fcb3930b079b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
module.exports = {
  eslint: {
    ignoreDuringBuilds: true,
    dirs: ['apps', 'components', 'pages', 'configs', 'helpers', 'hocs', 'hooks']
  },
  experimental: {
    outputStandalone: true
  },
}