Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 nestjs monorepo 中删除特定的应用程序nest/cli?我无法从文档和开发论坛中找到它。
nest/cli
CLI 没有子应用程序的删除命令。您需要rm -rf apps/<sub-app>修改并nest-cli.json从那里删除子应用选项
rm -rf apps/<sub-app>
nest-cli.json