Adding Shopify Config

This commit is contained in:
okbel 2021-03-03 12:09:02 -03:00
parent 09500d4edc
commit 66d1470c2c
2 changed files with 3 additions and 7 deletions

View File

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

View File

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