@vercel/node@5.9.0
📦 vercel-cliView on GitHub →
✨ 3 features🔧 3 symbols
Summary
Introduced support for Node.js Routing Middleware entrypoints with optional path matching. Updated build utility dependencies.
Migration Steps
- Ensure that `proxy.matcher` is configured in either 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 using `proxy.matcher`.
- Configuration of `proxy.matcher` can be done in the entrypoint source or `vercel.json`.