From 092cc78ab6cb5fb9f039b6dc33ccfc86271c10be Mon Sep 17 00:00:00 2001 From: TeaHan Date: Fri, 27 Jan 2023 17:02:16 +0700 Subject: [PATCH] add shopify config --- site/commerce.config.json | 6 +++--- site/tsconfig.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/commerce.config.json b/site/commerce.config.json index ad72b58de..6fb526aaf 100644 --- a/site/commerce.config.json +++ b/site/commerce.config.json @@ -2,8 +2,8 @@ "features": { "cart": true, "search": true, - "wishlist": false, - "customerAuth": false, - "customCheckout": false + "wishlist": true, + "customerAuth": true, + "customCheckout": true } } diff --git a/site/tsconfig.json b/site/tsconfig.json index 7c91afd6f..529871efc 100644 --- a/site/tsconfig.json +++ b/site/tsconfig.json @@ -23,8 +23,8 @@ "@components/*": ["components/*"], "@commerce": ["../packages/commerce/src"], "@commerce/*": ["../packages/commerce/src/*"], - "@framework": ["../packages/local/src"], - "@framework/*": ["../packages/local/src/*"] + "@framework": ["..\\packages\\shopify\\src"], + "@framework/*": ["..\\packages\\shopify\\src/*"] } }, "include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],