relocate @components/checkout/* to provider

Signed-off-by: Loan Laux <loan@outgrow.io>
This commit is contained in:
Loan Laux 2021-05-30 17:39:49 +04:00
parent 7a5c0f4df1
commit efdddc2c23
No known key found for this signature in database
GPG Key ID: AF9E9BD6548AD52E
12 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,7 @@
{ {
"provider": "shopify", "provider": "shopify",
"features": { "features": {
"wishlist": false "wishlist": false,
"customCheckout": true
} }
} }

View File

@ -102,9 +102,6 @@
"@config/*": [ "@config/*": [
"config/*" "config/*"
], ],
"@components/*": [
"components/*"
],
"@utils/*": [ "@utils/*": [
"utils/*" "utils/*"
] ]

View File

@ -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/*"],