nodemon watch all files code example
Example: nodemon watch file run command
// nodemon watch for file changes and run command
nodemon --watch 'src/**/*' --exec "command"
// nodemon watch for file changes and run command
nodemon --watch 'src/**/*' --exec "command"