import { manager, projectPath } from "./common"; manager.projectSearch.searchFiles('routes', { projectPath }).then(result => { console.log('Search results:', result); }).catch(err => { console.error('Search error:', err); });