Fixed mprocs sending SIGHUP on restart instead of SIGTERM by adding

exec and updated gitignore
This commit is contained in:
2025-07-07 20:06:26 +03:00
parent 047d33b3ae
commit 0be78648cd
4 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
procs:
server:
shell: "exec go run ./cmd/server -- -prod=false"
shell: "go build -o ./eko-server ./cmd/server && exec ./eko-server -- -prod=false"
client-main:
shell: "go run ./cmd/client"
client-secondary: