cart enabled

This commit is contained in:
Bel Curcio
2021-06-15 19:59:11 -03:00
parent 0e19f131b3
commit 85b659d787
2 changed files with 3 additions and 9 deletions

View File

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