mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Removed bootstrap.js
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
// const providerConfig = require('./framework/bigcommerce/config.json')
|
||||
// const providerNextConfig = require('./framework/bigcommerce/next.config')
|
||||
// const bootstrap = require('./framework/commerce/utils/bootstrap')
|
||||
// const d = require('deepmerge')
|
||||
|
||||
// module.exports = d(providerNextConfig, bootstrap(providerConfig))
|
||||
|
||||
const withCommerceConfig = require('./framework/commerce/with-config')
|
||||
|
||||
const commerce = { provider: 'bigcommerce' }
|
||||
@@ -45,5 +38,3 @@ module.exports = withCommerceConfig({
|
||||
].filter((x) => x)
|
||||
},
|
||||
})
|
||||
|
||||
console.log('RESULT', module.exports)
|
||||
|
Reference in New Issue
Block a user