Is there way to remove particular app in nestjs monorepo using nest/cli
? I couldn't find it from the documentation and dev forum.
Asked
Active
Viewed 6,443 times
4

SKL
- 1,243
- 4
- 32
- 53
1 Answers
8
The CLI doesn't have a remove command for sub-apps. You'd need to rm -rf apps/<sub-app>
and modify the nest-cli.json
to remove the sub-app options from there

Jay McDoniel
- 57,339
- 7
- 135
- 147