mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 13:41:22 +00:00
chore: setup commerce & next config fix: replace all call to bigcommerce from aquilacms provider feat add validation to input in signup
9 lines
159 B
JavaScript
9 lines
159 B
JavaScript
const commerce = require('./commerce.config.json')
|
|
|
|
module.exports = {
|
|
commerce,
|
|
images: {
|
|
domains: ['recdem.hosting-ns.com', '192.168.1.138'],
|
|
},
|
|
}
|