Merge pull request #5689 from backstage/rugvip/devfix

dev-utils: fix for scm integrations API factory not being provided
This commit is contained in:
Patrik Oldsberg
2021-05-17 14:14:40 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/dev-utils': patch
---
Fix a bug where an instance of the SCM integrations API wasn't being provided properly to the dev app.
+1 -1
View File
@@ -154,7 +154,7 @@ class DevAppBuilder {
}
const app = createApp({
apis: this.apis,
apis,
plugins: this.plugins,
bindRoutes: ({ bind }) => {
for (const plugin of this.plugins ?? []) {