mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
15 lines
326 B
JavaScript
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
|
|
}
|
|
} |