Commande Nodemon Watch File Exécuter

// nodemon watch for file changes and run command

nodemon --watch 'src/**/*' --exec "command"
codeAesthetic