set up shopify

This commit is contained in:
Joe Cox 2022-11-12 21:01:27 +00:00
parent c75b0fc001
commit 2892040a43
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"cart": true,
"search": true,
"wishlist": false,
"customerAuth": false,
"customerAuth": true,
"customCheckout": false
}
}

View File

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