Skip to content

v1.3.5 — Vercel Deployment Stability

Choose a tag to compare

@whoavidwivedi whoavidwivedi released this 21 Aug 11:08
· 17 commits to main since this release

Highlights

  • Added Vercel project configuration with Bun-only install and build commands.
  • Pinned Vercel deployments to Bun 1.3.1 after Bun 1.3.14 crashed during Vercel post-build processing.
  • Bumped the application version to 1.3.5.

Deployment Fix

  • The previous Vercel build compiled successfully and generated all routes, then terminated with a Bun SIGILL segmentation fault.
  • The Vercel build now uses bunx bun@1.3.1 install and bunx bun@1.3.1 run build.

Validation

  • Verified the pinned Bun build command locally.
  • Typecheck, lint, formatting, 22 tests, audit, and production build passed.

Deployment

  • Published from commit aa6e8be on main.