Patch Changes
-
Add service configuration to BuildOptions (#14918)
-
- Fix services routing for runtime entrypoints by using extensionless function destinations, disabling framework
defaultRoutesinjection during services builds, and ensuring deterministic route merging precedence for services. (#14946) - Scope route-owning builder routes to their owning service prefixes in services mode, preventing cross-service route leakage
- Fix services routing for runtime entrypoints by using extensionless function destinations, disabling framework