You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then we run the nestia swagger command to regenerate the schema. this will trigger a file change of the swagger.json and we can watch that to restart the app. ,
It would be nice to have nestia to watch for changes and re generate the schema when a controller change.
This would be a really nice 'ease of use' feature.
I guess we could try to make a webpack plugin that run the command when a controller change but i think it would be better if it was handled by nestia itself.
Thanks again for this great tool <3
The text was updated successfully, but these errors were encountered:
Please add a way to support live reloading with nestia
For instance in our project we use the swagger.json file
Then we run the
nestia swagger
command to regenerate the schema. this will trigger a file change of the swagger.json and we can watch that to restart the app. ,It would be nice to have nestia to watch for changes and re generate the schema when a controller change.
This would be a really nice 'ease of use' feature.
I guess we could try to make a webpack plugin that run the command when a controller change but i think it would be better if it was handled by nestia itself.
Thanks again for this great tool <3
The text was updated successfully, but these errors were encountered: