sp4-rwx-test/Procfile
jordan f1c9ba2f2e
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 22:31:49 +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