From 62ffebe330c8d2e2e02386a38d16b92fc49789ea Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Fri, 16 Jan 2026 08:27:43 +0100 Subject: [PATCH] Add mprocs --- mprocs.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 mprocs.yaml diff --git a/mprocs.yaml b/mprocs.yaml new file mode 100644 index 0000000..10bad55 --- /dev/null +++ b/mprocs.yaml @@ -0,0 +1,21 @@ +# mprocs configuration for series similarity pipeline +# Run with: mprocs + +procs: + dev: + shell: "bun dev" + autostart: false + stop: + send-keys: [""] + + test: + shell: "bun test" + autostart: false + stop: + send-keys: [""] + + build: + shell: "sh build.sh" + autostart: false + stop: + send-keys: [""]