Files
eve-job-tracker/mprocs.yaml
2026-01-16 08:27:43 +01:00

22 lines
355 B
YAML

# mprocs configuration for series similarity pipeline
# Run with: mprocs
procs:
dev:
shell: "bun dev"
autostart: false
stop:
send-keys: ["<C-c>"]
test:
shell: "bun test"
autostart: false
stop:
send-keys: ["<C-c>"]
build:
shell: "sh build.sh"
autostart: false
stop:
send-keys: ["<C-c>"]