I want to have the ability to restart NODE JS server from cli in Production Mode , a script in Package.json (e.g as npm run restart-me).
Package.json
npm run restart-me
How can we restart a NODE JS server without using Nodemon ?
Nodemon