# mprocs configuration for series similarity pipeline # Run with: mprocs procs: main: shell: "go run ." autostart: false stop: send-keys: [""] server: shell: "go run . -server" autostart: false stop: send-keys: [""] frontend: shell: "bun dev" cwd: "frontend" autostart: false stop: send-keys: [""] db: shell: "docker-compose up" autostart: false stop: send-keys: [""] go-tidy: shell: "go mod tidy" autostart: false stop: send-keys: [""] gorm-gentool-install: shell: "go install gorm.io/gen/tools/gentool@latest" autostart: false stop: send-keys: [""] gorm-gentool-generate: shell: 'gentool -db sqlite -dsn "sqlite-latest.sqlite" -outPath types -modelPkgName models -onlyModel' autostart: false stop: send-keys: [""]