Hi,
I am running the latest version of ubuntu and LSWS on a vps server. I am trying to run multiple node applications on this server.
Everytime I make changes to app.js, I need to restart the lsws server, which affects all other applications. Is there a way to avoid this? I tried nodemon, but...