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