Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

nodemon watch file run command

// nodemon watch for file changes and run command

nodemon --watch 'src/**/*' --exec "command"
 
PREVIOUS NEXT
Tagged: #nodemon #watch #file #run #command
ADD COMMENT
Topic
Name
5+4 =