From 7c3dc90326a3e8900dab88903de0e34667d7ee8d Mon Sep 17 00:00:00 2001 From: cond0r Date: Thu, 4 Mar 2021 10:52:46 +0200 Subject: [PATCH] Default to BigCommerce --- commerce.config.json | 4 ++-- tsconfig.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commerce.config.json b/commerce.config.json index e8418f296..bef7db222 100644 --- a/commerce.config.json +++ b/commerce.config.json @@ -1,7 +1,7 @@ { - "provider": "shopify", + "provider": "bigcommerce", "features": { - "wishlist": false, + "wishlist": true, "customCheckout": false } } diff --git a/tsconfig.json b/tsconfig.json index e20f37099..9e712fb18 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"],