mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-25 02:21:52 -04:00
If the link-local config key is true, local dependencies are not copy-pasted into the store but linked to the node_modules folder. This option makes pnpm suitable for usage in monorepos. Ref #349