tree-e2e-1770175251/Procfile
jordan b5e31e1e8a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add service component: api
2026-02-04 03:20:59 +00:00

5 lines
147 B
Plaintext

# Local development processes
# Components will be added below as they're created
web: cd apps/web && npm run dev
api: cd services/api && make run