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
The text was updated successfully, but these errors were encountered:
fuads96
changed the title
How to auto restart vorpal instance with a default command?
How to auto restart vorpal after any change to source code?
Dec 30, 2021
I have an application:
The problem here is every time I change my source code, I have to exit current vorpal instance and restart it with the same command again.
How to restart automatically?
SOLUTION
I created a new pull request to add a new option named
once
to thevorpal.parse()
method to solve this problem.Then we can use
nodemon
to watch destination source code and restart vorpal app with theinit
command:The text was updated successfully, but these errors were encountered: