Files
commerce/framework/local/next.config.js
2021-10-14 17:30:03 +02:00

15 lines
326 B
JavaScript

const commerce = require('./commerce.config.json')
module.exports = {
commerce,
images: {
domains: ['localhost'],
},
typescript: {
// !! WARN !!
// Dangerously allow production builds to successfully complete even if
// your project has type errors.
// !! WARN !!
ignoreBuildErrors: true
}
}