From 0dbd7a110883f88ec5210a04063d0c092a39e039 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Tue, 5 Oct 2021 22:38:21 +0200 Subject: Use standard next server instead custom server --- next.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'next.config.js') diff --git a/next.config.js b/next.config.js index 4bee3af..fb484ca 100644 --- a/next.config.js +++ b/next.config.js @@ -1,5 +1,6 @@ module.exports = { eslint: { + ignoreDuringBuilds: true, dirs: ['apps', 'components', 'pages', 'configs', 'helpers', 'hocs', 'hooks'] } } -- cgit v1.2.3