sp4-otel-1770474553/Procfile
jordan ef9b8c9f4f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add components: service/auth-svc, service/chat-svc, worker/worker-svc
2026-02-07 14:29:20 +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