# 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
