mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
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:
@@ -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/*"]
|
||||
|
Reference in New Issue
Block a user