From d4adfd079f04e6097f6cb7b55fab3636896e6926 Mon Sep 17 00:00:00 2001 From: goncy Date: Wed, 25 Aug 2021 16:06:06 -0300 Subject: [PATCH] Restore files --- commerce.config.json | 2 +- tsconfig.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commerce.config.json b/commerce.config.json index 21cb51c87..ad72b58de 100644 --- a/commerce.config.json +++ b/commerce.config.json @@ -1,7 +1,7 @@ { "features": { "cart": true, - "search": false, + "search": true, "wishlist": false, "customerAuth": false, "customCheckout": false diff --git a/tsconfig.json b/tsconfig.json index 340dad193..340929669 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"],