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"],