Monorepo
pnpm Workspaces Testing: Shared Test Utilities & Cross-Package Testing
pnpm workspaces give you a fast, disk-efficient monorepo foundation, but the testing story requires deliberate setup. Out of the box, you can run pnpm --filter <package> test to execute tests in a specific package, but that's only the beginning. The real value comes from shared