Merge pull request #24629 from stephondoestech/devtools-plugin-readme-update

Devtools Plugin ReadMe Update
This commit is contained in:
Patrik Oldsberg
2024-05-05 11:58:20 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-devtools-backend': patch
---
Added discovery property to the readme documentation to ensure that it will build when setting it up as new to a Backstage instance
+1
View File
@@ -28,6 +28,7 @@ Here's how to get the DevTools Backend up and running:
logger: env.logger,
config: env.config,
permissions: env.permissions,
discovery: env.discovery,
});
}
```