4
0
forked from crowetic/commerce

Update next.config.js

This commit is contained in:
cond0r 2021-02-22 16:29:38 +02:00
parent 849b0275f0
commit 43df2ba0f2

View File

@ -34,4 +34,11 @@ module.exports = {
},
]
},
typescript: {
// !! WARN !!
// Dangerously allow production builds to successfully complete even if
// your project has type errors.
// !! WARN !!
ignoreBuildErrors: true,
},
}