In development we were using npm run start and running it inside of screen or something similar to test the service, but in production we need to add this to systemd and have a proper service file to manage start/stop/restart of the service, and to make sure it keeps running.
In development we were using
npm run startand running it inside of screen or something similar to test the service, but in production we need to add this to systemd and have a proper service file to manage start/stop/restart of the service, and to make sure it keeps running.