Merge pull request #5689 from backstage/rugvip/devfix
dev-utils: fix for scm integrations API factory not being provided
This commit is contained in:
@@ -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.
|
||||
@@ -154,7 +154,7 @@ class DevAppBuilder {
|
||||
}
|
||||
|
||||
const app = createApp({
|
||||
apis: this.apis,
|
||||
apis,
|
||||
plugins: this.plugins,
|
||||
bindRoutes: ({ bind }) => {
|
||||
for (const plugin of this.plugins ?? []) {
|
||||
|
||||
Reference in New Issue
Block a user