Removing extra config to disable BigCommerce

This commit is contained in:
Bel Curcio 2022-03-08 18:05:42 +01:00
parent 4a114f6696
commit dac03111de

View File

@ -5,11 +5,5 @@
"wishlist": false, "wishlist": false,
"customerAuth": false, "customerAuth": false,
"customCheckout": false "customCheckout": false
},
"@vercel/commerce-bigcommerce": {
"features": {
"wishlist": true,
"customerAuth": true
}
} }
} }