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"],