moved products catalog endpoint

This commit is contained in:
Luis Alvarez
2021-05-21 19:49:04 -05:00
parent d2abdabf8c
commit 564e9cfa8d
17 changed files with 144 additions and 145 deletions

View File

@@ -22,8 +22,8 @@
"@components/*": ["components/*"],
"@commerce": ["framework/commerce"],
"@commerce/*": ["framework/commerce/*"],
"@framework": ["framework/shopify"],
"@framework/*": ["framework/shopify/*"]
"@framework": ["framework/bigcommerce"],
"@framework/*": ["framework/bigcommerce/*"]
}
},
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],