Answers for "nodemon watch file run command"

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 "nodemon watch file run command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language