mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 22:46:58 +00:00
add shopify config
This commit is contained in:
parent
252355717d
commit
092cc78ab6
@ -2,8 +2,8 @@
|
||||
"features": {
|
||||
"cart": true,
|
||||
"search": true,
|
||||
"wishlist": false,
|
||||
"customerAuth": false,
|
||||
"customCheckout": false
|
||||
"wishlist": true,
|
||||
"customerAuth": true,
|
||||
"customCheckout": true
|
||||
}
|
||||
}
|
||||
|
@ -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"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user