docs.nestjs.com
docs.nestjs.com copied to clipboard
docs(faq): add solution for pnpm workspaces
PR Checklist
Please check if your PR fulfills the following requirements:
- [x] The commit message follows our guidelines: https://github.com/nestjs/docs.nestjs.com/blob/master/CONTRIBUTING.md
PR Type
What kind of change does this PR introduce?
- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [x] Docs
- [ ] Other... Please describe:
What is the current behavior?
https://github.com/meteorlxy/repro-nestjs-docs-2472
Does this PR introduce a breaking change?
- [ ] Yes
- [x] No
Other information
Do we still need this?
@kamilmysliwiec Yes, I just made a reproduction for that.
https://github.com/meteorlxy/repro-nestjs-docs-2472
Alright, I found @d0z4rt added another solution for this in f154f19012f82123d15e74e1526e5df3cbb5f4b4.
The solution in this PR is still a valid alternative. It depends on your team for whether to keep both of the solutions or not.