strona-czynna/nodemon.json

8 lines
103 B
JSON

{
"events": {
"restart": "kill-port 8080",
"crash": "kill-port 8080"
},
"delay": "500"
}