> Find the root of a multi-package repo with Yarn workspaces or Bolt
npm install find-workspaces-root> Find the root of a multi-package repo with Yarn workspaces or Bolt
``bash`
yarn add find-workspaces-root
`tsx
import findWorkspacesRoot from "find-workspaces-root";
let dir = await findWorkspacesRoot(process.cwd());
``