Faster builds for Node and Bun apps
Node and Bun apps now build through a purpose-built pipeline:
- Cold builds land in roughly 15–25 seconds; warm redeploys in 10–15.
- Source-only changes reuse the cached dependency layer, so iterating on your code stays near-instant.
- Final images are smaller — the build toolchain is left behind in an earlier stage and never ships to production.