How To Restart Your Node.js Apps Automatically with Nodemon |...
--delay: By default,nodemonwaits for one second to restart the process when a file changes, but with the--delayswitch, you can specify a different delay. For example,nodemon --delay 3.2for a 3.2-second delay. --