go-pingbot/nodemon.json

8 lines
164 B
JSON

{
"watch": ["*"],
"ext": "go json",
"signal": "SIGTERM",
"quiet": true,
"exec": "clear && go build -o pingbot.out || exit 1 && ./pingbot.out || exit 1"
}