test-comp-3626/Procfile
jordan de5ec01d66
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add app-react component: web
2026-02-01 08:13:52 +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