poc of functions

This commit is contained in:
Sotig
2026-05-29 11:44:41 +03:00
parent 07cd9ebac9
commit 778380dc35
15 changed files with 924 additions and 56 deletions

7
docker/nodemon.json Normal file
View 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"
}