dinbtechit / jetbrains-nestjs

NestJS CLI and IntelliSense
https://plugins.jetbrains.com/plugin/22771-nestjs
BSD 2-Clause "Simplified" License
5 stars 0 forks source link

[Question] - Can I generate the service in the same module path? #5

Closed n0isy closed 7 months ago

n0isy commented 9 months ago

topic

изображение изображение

Expected: изображение

dinbtechit commented 7 months ago

@n0isy - Sorry for the late response. Yes, you should use the --flat flag in the parameters in order to create the services at the root of the directory.

image

[!TIP] Take a look at other Nest generate CLI options you can use.