mirror of
https://github.com/Kyren223/eko.git
synced 2025-09-04 04:28:21 +00:00
14 lines
306 B
YAML
14 lines
306 B
YAML
procs:
|
|
server:
|
|
shell: "exec go run ./cmd/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"
|