diff --git a/commerce.config.json b/commerce.config.json index bef7db222..01d7fa69e 100644 --- a/commerce.config.json +++ b/commerce.config.json @@ -1,7 +1,3 @@ { - "provider": "bigcommerce", - "features": { - "wishlist": true, - "customCheckout": false - } + "provider": "shopify" } diff --git a/tsconfig.json b/tsconfig.json index 9e712fb18..e20f37099 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"],