diff --git a/frontend/next.config.js b/frontend/next.config.js index 674cf3b..292d125 100644 --- a/frontend/next.config.js +++ b/frontend/next.config.js @@ -1,3 +1,8 @@ module.exports = { - reactStrictMode: false + reactStrictMode: false, + eslint: { + // Warning: This allows production builds to successfully complete even if + // your project has ESLint errors. + ignoreDuringBuilds: true, + }, };