pnpm workspaces in a monorepo: the setup that survived CI on Railway and the problems the docs don't warn you about


The correct fix for speeding up installs in a TypeScript monorepo is adding more constraints to package resolution. I know that sounds backwards — intuition says "if something's broken, loosen the config." But with pnpm workspaces,...