From 02b24c9233440ed852670ff5d1b53902c57ee1c5 Mon Sep 17 00:00:00 2001 From: okbel Date: Fri, 28 May 2021 09:17:30 -0300 Subject: [PATCH] Better support for swatches --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b94441a0..8f29734e5 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ NEXT_PUBLIC_SHOPIFY_STOREFRONT_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxx NEXT_PUBLIC_SHOPIFY_STORE_DOMAIN=xxxxxxx.myshopify.com ``` -And change the `tsconfig.json` to resolve to the chosen provider: +And check that the `tsconfig.json` resolves to the chosen provider: + ``` "@framework": ["framework/shopify"], "@framework/*": ["framework/shopify/*"]