add shopify config

This commit is contained in:
TeaHan 2023-01-27 17:02:16 +07:00
parent 252355717d
commit 092cc78ab6
2 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
"features": {
"cart": true,
"search": true,
"wishlist": false,
"customerAuth": false,
"customCheckout": false
"wishlist": true,
"customerAuth": true,
"customCheckout": true
}
}

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"],