@nickcherry what are you guys using for monorepo mgmt? I’m evaluating turborepo and nx for ours.
We are (in theory) set up for Turborepo, but we aren't really leveraging it at the moment. So essentially we're just using Yarn workspaces, at least for desktop + web + pure Javascript packages (e.g. our data-fetching and hooks modules). The mobile app (and cryptography libs) also live in the monorepo,