Default to BigCommerce

This commit is contained in:
cond0r 2021-03-04 10:52:46 +02:00
parent 5ed0286a2c
commit 7c3dc90326
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"provider": "shopify",
"provider": "bigcommerce",
"features": {
"wishlist": false,
"wishlist": true,
"customCheckout": false
}
}

View File

@ -22,8 +22,8 @@
"@components/*": ["components/*"],
"@commerce": ["framework/commerce"],
"@commerce/*": ["framework/commerce/*"],
"@framework": ["framework/shopify"],
"@framework/*": ["framework/shopify/*"]
"@framework": ["framework/bigcommerce"],
"@framework/*": ["framework/bigcommerce/*"]
}
},
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],