@vercel/build-utils@13.36.0
📦 vercel-functionsView on GitHub →
✨ 2 features🔧 3 symbols
Summary
Introduced support for Node.js Routing Middleware entrypoints with optional path matching. Updated Python analysis dependency.
Migration Steps
- When configuring `proxy.matcher` for Node.js Routing Middleware entrypoints, ensure it is configured either in the entrypoint source or `vercel.json`, but not in both locations simultaneously.
✨ New Features
- Support for Node.js Routing Middleware entrypoints via `proxy.entrypoint`.
- Optional path matching for Node.js Routing Middleware entrypoints through `proxy.matcher`.