mirror of
https://github.com/vercel/commerce.git
synced 2025-05-22 17:37:00 +00:00
16 lines
256 B
JSON
16 lines
256 B
JSON
{
|
|
"features": {
|
|
"cart": true,
|
|
"search": true,
|
|
"wishlist": false,
|
|
"customerAuth": false,
|
|
"customCheckout": false
|
|
},
|
|
"@vercel/commerce-bigcommerce": {
|
|
"features": {
|
|
"wishlist": true,
|
|
"customerAuth": true
|
|
}
|
|
}
|
|
}
|