3595c974f6
Allow the backend to reimplement extension point outputs at creation time via a new extensionPointFactoryMiddleware option on createBackend(). Each middleware entry declaratively targets a specific extension point by reference and the framework handles matching and pass-through automatically. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Jack Palmer <jackpalmer@spotify.com>
206 B
206 B
@backstage/backend-app-api
| @backstage/backend-app-api |
|---|
| minor |
Added ExtensionPointFactoryMiddleware type and createExtensionPointFactoryMiddleware helper to reimplement extension point outputs at backend creation time.