go-pingbot/nodemon.json
Medzik 4d78ffd25b Add toml config, golint to gitpod Dockerfile...
- Add toml config, golint to gitpod Dockerfile
- Update nodemon, backend status, Readme
- Move MongoDB to mongo folder in db
2021-07-29 19:54:55 +00:00

8 lines
122 B
JSON

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