Add mprocs

This commit is contained in:
2026-01-16 08:27:43 +01:00
parent 7131607833
commit 62ffebe330

21
mprocs.yaml Normal file
View File

@@ -0,0 +1,21 @@
# 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>"]