poc of functions
This commit is contained in:
7
docker/nodemon.json
Normal file
7
docker/nodemon.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"verbose": true,
|
||||
"ext": "go,mod",
|
||||
"ignore": ["/src/vendor/*", "/src/build/*", "/src/.git/*"],
|
||||
"exec": "fuser -n tcp -k 3030 || go run ./cmd",
|
||||
"signal": "SIGKILL"
|
||||
}
|
||||
Reference in New Issue
Block a user