sp2-verify-1770324794/Procfile
jordan 72e35a924a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add components: service/api, worker/background-processor
2026-02-05 20:53:21 +00:00

5 lines
181 B
Plaintext

# Local development processes
# Components will be added below as they're created
api: cd services/api && make run
background-processor: cd workers/background-processor && make run