mirror of
https://github.com/Kyren223/eko.git
synced 2025-09-03 20:18:22 +00:00
14 lines
377 B
YAML
14 lines
377 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 $HOME/.cache/eko/client.log"
|
|
messages-log:
|
|
shell: "tail -f $HOME/.cache/eko/messages.log"
|
|
check-ci:
|
|
shell: "./tools/check-ci.sh"
|