We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc7417 commit 5a085f5Copy full SHA for 5a085f5
frontend/next.config.mjs
@@ -1,5 +1,10 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
+ eslint: {
4
+ // Warning: This allows production builds to successfully complete even if
5
+ // your project has ESLint errors.
6
+ ignoreDuringBuilds: true,
7
+ },
8
9
webpackDevMiddleware: (config) => {
10
config.watchOptions = {
0 commit comments