Merge pull request #28019 from backstage/rugvip/override

backend-app-api: enable service overrides over feature loaders
This commit is contained in:
Patrik Oldsberg
2024-12-10 12:12:21 +01:00
committed by GitHub
5 changed files with 224 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': minor
---
Service factories added by feature loaders now have lower priority and will be ignored if a factory for the same service is added directly by `backend.add(serviceFactory)`.