testgo5/Procfile
jordan 18f837cc88
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add app-react component: web
2026-02-01 21:01:22 +00:00

5 lines
147 B
Plaintext

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