Monorepo with pnpm workspaces: apps, shared packages, and workspace behavior tests.
- web-react18 – Next.js + React 18
- web-react19 – Next.js + React 19 (uses
dependenciesMeta.injectedfor@packages/ui)
pnpm test # All tests (requires Bun for bun-isolated)
pnpm test:pnpm-injection # pnpm injected (symlink vs injected)
pnpm test:bun-isolated # Bun isolated installs (requires Bun)| Test | What it verifies |
|---|---|
| pnpm-injection | dependenciesMeta.injected |
| bun-isolated | Bun isolated installs |