I am using the NX workspace's angular-nest boilerplate to get started with an App. Whenever I try to use the CLI or the NX extension to generate a controller/module etc, it gets placed in the wrong folder.
CodePudding user response:
If you don't want to use the nx console in VSCode, you can also run the command nx g @nrwl/nest:controller <controller-name> -p <project-name>
. Check out the docs on the @nrwl/nest
generators and their options