mirror of
https://github.com/andrelandgraf/fullstackrecipes.git
synced 2026-09-14 13:52:28 +08:00
ad014a8b6a
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.