Files
Andre Landgraf ad014a8b6a fix: commit a pinned bun.lock so production deploys are deterministic
Without a committed lockfile, each Vercel build re-resolved to latest versions
and drifted (kysely's dropped DEFAULT_MIGRATION_LOCK_TABLE, then a zod/better-env
server() overload type error), failing the build. Commit a clean public-registry
lockfile pinning the known-good versions (zod 4.1.12, better-env 0.3.2, kysely
0.28.8) and restore CI's --frozen-lockfile.
2026-06-07 22:03:05 -07:00
..