Micael Levi L. Cavalcante
Micael Levi L. Cavalcante
@bennycode all templates lives here: https://github.com/nestjs/schematics and are chosen here: https://github.com/nestjs/nest-cli/blob/master/actions/generate.action.ts
I don't know how to fix that yet
I guess this is beyond `nest start --watch`. See here that the app exits right away when we press ctrl+c when starting the app with `nest start` (it works if...
looks like this has something to do with the following code https://github.com/nestjs/swagger/blob/548e1bf1d1804241ef1a89fca09b75543a52af04/lib/swagger-explorer.ts#L186-L204 printing out `endpointMetadata` give us the following output:  which doesn't happen anymore if we replace L193 with...
you can use [`patch-package`](https://www.npmjs.com/package/patch-package) until the merge I don't have permissions to merge PRs
yeah it will be `201` for `@Post()`, btw Basically, `@ApiFoundResponse()`'s metadata is not taking in count when using `@nestjs/swagger` plugin I guess this happen due to the following https://github.com/nestjs/swagger/blob/491b168cbff3003191e55ee96e77e69d8c1deb66/lib/plugin/visitors/controller-class.visitor.ts#L71-L84
actually, isn't this the intended behavior? The spec will have that `200 OK` entry but it doesn't mean that it is reachable, right?
@xTCry I guess we could keep both and mark the old one as deprecated
I just tried your fork @kesslerdev well done! Can you please rebase it again?