From 2892040a43a79cc4a1bf895116beac42e6dca694 Mon Sep 17 00:00:00 2001 From: Joe Cox Date: Sat, 12 Nov 2022 21:01:27 +0000 Subject: [PATCH] set up shopify --- site/commerce.config.json | 2 +- site/tsconfig.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/commerce.config.json b/site/commerce.config.json index ad72b58de..7cf62bdcc 100644 --- a/site/commerce.config.json +++ b/site/commerce.config.json @@ -3,7 +3,7 @@ "cart": true, "search": true, "wishlist": false, - "customerAuth": false, + "customerAuth": true, "customCheckout": false } } 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"],