sp4-test-1770369255/Procfile
jordan 3d28dd6a52
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add components: service/auth-svc, service/chat-svc, worker/worker-svc
2026-02-06 09:14:22 +00:00

6 lines
214 B
Plaintext

# Local development processes
# Components will be added below as they're created
auth-svc: cd services/auth-svc && make run
chat-svc: cd services/chat-svc && make run
worker-svc: cd workers/worker-svc && make run