You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: validate shared Vercel env var response with zod at the boundary
Parse the raw GET /v1/env page with a zod schema instead of an `as` cast, so a
Vercel payload-shape change fails cleanly at the boundary rather than silently
degrading to empty/partial imports. Addresses a CodeRabbit review comment.
0 commit comments