mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 05:31:22 +00:00
relocate @components/checkout/* to provider
Signed-off-by: Loan Laux <loan@outgrow.io>
This commit is contained in:
parent
7a5c0f4df1
commit
efdddc2c23
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"provider": "shopify",
|
"provider": "shopify",
|
||||||
"features": {
|
"features": {
|
||||||
"wishlist": false
|
"wishlist": false,
|
||||||
|
"customCheckout": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -102,9 +102,6 @@
|
|||||||
"@config/*": [
|
"@config/*": [
|
||||||
"config/*"
|
"config/*"
|
||||||
],
|
],
|
||||||
"@components/*": [
|
|
||||||
"components/*"
|
|
||||||
],
|
|
||||||
"@utils/*": [
|
"@utils/*": [
|
||||||
"utils/*"
|
"utils/*"
|
||||||
]
|
]
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
"@utils/*": ["utils/*"],
|
"@utils/*": ["utils/*"],
|
||||||
"@config/*": ["config/*"],
|
"@config/*": ["config/*"],
|
||||||
"@assets/*": ["assets/*"],
|
"@assets/*": ["assets/*"],
|
||||||
|
"@components/checkout/*": ["framework/shopify/components/checkout/*"],
|
||||||
"@components/*": ["components/*"],
|
"@components/*": ["components/*"],
|
||||||
"@commerce": ["framework/commerce"],
|
"@commerce": ["framework/commerce"],
|
||||||
"@commerce/*": ["framework/commerce/*"],
|
"@commerce/*": ["framework/commerce/*"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user