Database provisioning
Start PostgreSQL and seed it with development data:Containerized services with runsOn
Run services in isolated containers usingrunsOn.docker:
Prebuild optimization
Speed up environment starts by running tasks during prebuild:Tasks with the
prebuild trigger run during prebuild execution. Organization and project secrets are available, but user secrets are not.Build and test pipeline
Chain tasks with dependencies:test knowing it will build first.