Change8

@vercel/fs-detectors@5.8.9

📦 vercel-cliView on GitHub →
2 features🔧 2 symbols

Summary

This patch release consolidates configuration fields within the experimental services schema and improves framework detection by making the framework configuration optional.

Migration Steps

  1. Review 'vercel.json' configuration if using 'experimentalServices' to ensure 'workspace' and 'entrypoint' are correctly consolidated.
  2. If 'framework' was explicitly set in service configurations, it can now potentially be removed, relying on framework inference from the workspace.

✨ New Features

  • Consolidated 'workspace' and 'entrypoint' from the 'experimentalServices' section of the vercel.json schema.
  • Made the 'framework' configuration optional within service definitions; the framework is now inferred from the service workspace if not explicitly set.

Affected Symbols