sp4-test-1770498663/Procfile

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