mold needs a process that watches the app directory and checks for changes in any files below it. It might be beneficial to just use a library that already does this. nodemon, supervisor come to mind.
Also we want to be able to restart the server if there is an exception.
mold needs a process that watches the app directory and checks for changes in any files below it. It might be beneficial to just use a library that already does this. nodemon, supervisor come to mind.
Also we want to be able to restart the server if there is an exception.