Start to replace Checkout with Cart API

This commit is contained in:
cond0r
2021-08-04 23:07:38 +03:00
parent 0e7e7b7d5f
commit c5e3d82202
32 changed files with 3992 additions and 957 deletions

View File

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