vercel@54.18.7
📦 vercel-functionsView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This patch introduces improved WebSocket handling and resolves critical build issues when running `vc build` within subdirectories of a monorepo, provided the new resolution flag is enabled.
Migration Steps
- Enable `VERCEL_RESOLVE_ROOT_DIRECTORY=1` environment variable when running `vc build` from a monorepo subdirectory if you are experiencing issues with dependency resolution or incorrect root directory tracing.
✨ New Features
- Bridge WebSocket close event to response close.
🐛 Bug Fixes
- Fixed `vc build` running from a monorepo subdirectory when `VERCEL_RESOLVE_ROOT_DIRECTORY=1` is set, ensuring correct repository root detection and dependency resolution for linked projects.