Better Swatch Support (#335)

* Better support for swatches

* Better support for swatches

* Fix glitch for Swatch

* Fix glitch for Swatch

* Fix glitch for Swatch
This commit is contained in:
B
2021-05-28 10:24:06 -03:00
committed by GitHub
parent f06fe25625
commit 60dac1654b
5 changed files with 54 additions and 31 deletions

View File

@@ -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/*"]