83
rated 0 times
[
89]
[
6]
/ answers: 1 / hits: 6543
/ 4 Years ago, tue, june 2, 2020, 12:00:00
Good morning!
I need my node.js server running in the background. I just saw this answer: Forever + Nodemon running together
I understand the idea, and I think that it's great, but when I use
forever -c nodemon --exitcrash app.js
the nodemon console stills visible. How can I hide the console?
Thank you everyone!
More From » node.js