1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 03:59:54 +02:00

Add content for keep app running in node.js (#2424)

* Update readme.md

* Update content/roadmaps/107-nodejs/content/108-nodejs-keep-app-running/readme.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Joseph Olayanju
2022-10-12 12:40:29 +01:00
committed by GitHub
parent 95724f621a
commit 24f2d2c12b

View File

@@ -1 +1,3 @@
# Nodejs keep app running
# Keep App Running
In Node.js, you need to restart the process to make changes take effect. This adds an extra step to your workflow. You can eliminate this extra step by using `nodemon` to restart the process automatically.