Files
slicer-service/docker/nodemon.json
2026-05-29 11:44:41 +03:00

7 lines
187 B
JSON

{
"verbose": true,
"ext": "go,mod",
"ignore": ["/src/vendor/*", "/src/build/*", "/src/.git/*"],
"exec": "fuser -n tcp -k 3030 || go run ./cmd",
"signal": "SIGKILL"
}