backend-app-api: throw error if duplicate service implementations are provided

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-03 11:39:44 +01:00
parent 2ba88fe2df
commit 015a6dced6
7 changed files with 142 additions and 45 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
The `createSpecializedBackend` function will now throw an error if duplicate service implementations are provided.