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", "provider": "shopify",
"features": { "features": {
"wishlist": false, "wishlist": true,
"customerAuth": true "customerAuth": true
} }
} }

View File

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

View File

@ -23,8 +23,8 @@
"@components/*": ["components/*"], "@components/*": ["components/*"],
"@commerce": ["../packages/commerce/src"], "@commerce": ["../packages/commerce/src"],
"@commerce/*": ["../packages/commerce/src/*"], "@commerce/*": ["../packages/commerce/src/*"],
"@framework": ["../packages/local/src"], "@framework": ["../packages/shopify/src"],
"@framework/*": ["../packages/local/src/*"] "@framework/*": ["../packages/shopify/src/*"]
} }
}, },
"include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"], "include": ["next-env.d.ts", "**/*.d.ts", "**/*.ts", "**/*.tsx", "**/*.js"],