Skip to main content

find_project_dir

Function find_project_dir 

Source
pub fn find_project_dir(start: &Path) -> PathBuf
Expand description

Find the project root directory (where node_modules lives). Prioritizes finding node_modules over package.json to handle pnpm workspaces where node_modules is hoisted to the workspace root.