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": {
"cart": true,
"search": false,
"search": true,
"wishlist": false,
"customerAuth": false,
"customCheckout": false

View File

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