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: [""]