go-pingbot/nodemon.json

8 lines
119 B
JSON

{
"watch": ["*"],
"ext": "go toml",
"signal": "SIGTERM",
"quiet": true,
"exec": "clear && bash nodemon.sh"
}