first commit - env setup

This commit is contained in:
Christos Emmanouilidis 2022-03-30 23:50:23 +03:00
parent 52b25b85d6
commit 7fb6734274
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -2,8 +2,8 @@
"features": {
"cart": true,
"search": true,
"wishlist": false,
"customerAuth": false,
"wishlist": true,
"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"],