Adding more to the Local Provider (#366)

* Adding more data

* Adding more data
This commit is contained in:
B
2021-06-14 22:52:05 -03:00
committed by GitHub
parent e0da7f4261
commit 74dda1aa55
22 changed files with 489 additions and 741 deletions

View File

@@ -22,15 +22,15 @@
"@components/*": ["components/*"],
"@commerce": ["framework/commerce"],
"@commerce/*": ["framework/commerce/*"],
"@framework": ["framework/shopify"],
"@framework/*": ["framework/shopify/*"]
"@framework": ["framework/swell"],
"@framework/*": ["framework/swell/*"]
}
},
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],
"exclude": [
"node_modules",
"./framework/bigcommerce",
"./framework/swell",
"./framework/shopify",
"./framework/vendure",
"./framework/saleor"
]