Answers for "watch files with nodemon"

1

nodemon watch file run command

// nodemon watch for file changes and run command

nodemon --watch 'src/**/*' --exec "command"
Posted by: Guest on May-02-2021

Code answers related to "watch files with nodemon"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language