Files
eko/mprocs.yaml
2025-07-07 20:06:26 +03:00

14 lines
340 B
YAML

procs:
server:
shell: "go build -o ./eko-server ./cmd/server && exec ./eko-server -- -prod=false"
client-main:
shell: "go run ./cmd/client"
client-secondary:
shell: "go run ./cmd/client"
client-log:
shell: "tail -f client.log"
messages-log:
shell: "tail -f messages.log"
check-ci:
shell: "./check-ci.sh"