Change8

@vercel/fs-detectors@6.14.0

📦 vercel-functionsView on GitHub →
3 features🔧 3 symbols

Summary

Introduces support for Node.js Routing Middleware entrypoints with optional path matching. The `vercel.toml` configuration is now always enabled.

Migration Steps

  1. If using `proxy.matcher` for Node.js Routing Middleware, ensure it is configured in either the entrypoint source or `vercel.json`, but not both.

✨ New Features

  • Support for Node.js Routing Middleware entrypoints via `proxy.entrypoint`.
  • Optional path matching for Node.js Routing Middleware entrypoints through `proxy.matcher`.
  • `vercel.toml` configuration file support is now always enabled, removing the `VERCEL_TOML_CONFIG_ENABLED` feature flag.

Affected Symbols