Polecenie Uruchom pliku Nodemon Watch

// nodemon watch for file changes and run command

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