Restore files

This commit is contained in:
goncy 2021-08-25 16:06:06 -03:00
parent d1d8d451a5
commit d4adfd079f
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"features": { "features": {
"cart": true, "cart": true,
"search": false, "search": true,
"wishlist": false, "wishlist": false,
"customerAuth": false, "customerAuth": false,
"customCheckout": false "customCheckout": false

View File

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