Nestjs: How to remove particular app from nestjs monorepo with nest/cli

8.3k Views Asked by At

Is there way to remove particular app in nestjs monorepo using nest/cli? I couldn't find it from the documentation and dev forum.

1

There are 1 best solutions below

0
On

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