commerce/commerce.config.json
Luis Alvarez D f770ad7a91
Update master to work with multiple Vercel projects (#237)
* Moved configs

* Delete with-config.js

* Added log for configs

* Update TS config based on the selected provider

* set tsconfig to bigcommerce

* Updated readme instructions on provider config

* Added new commerce variable

* Change the default of updateTSConfig

Co-authored-by: B <curciobelen@gmail.com>
2021-03-29 17:03:45 -06:00

8 lines
98 B
JSON

{
"provider": "swell",
"features": {
"wishlist": false,
"customCheckout": false
}
}