Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can swagger generation happens automatically when the app locally is restarted after save action? #836

Open
machendos opened this issue Mar 19, 2024 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@machendos
Copy link

No description provided.

@samchon
Copy link
Owner

samchon commented Mar 21, 2024

Don't know how to.

@samchon samchon added the help wanted Extra attention is needed label Mar 21, 2024
@machendos
Copy link
Author

I know that default nest.js swagger generator regenerates document every time I save any changes and product is getting restart. Probably there're might be some hooks
https://docs.nestjs.com/openapi/cli-plugin

@Untaek
Copy link

Untaek commented May 25, 2024

Consider nestjs hook: onApplicationBootstrap()

https://docs.nestjs.com/fundamentals/lifecycle-events#lifecycle-events-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants