Merge pull request #29953 from backstage/rugvip/info

frontend-{app,plugin}-api: add support for plugin info and manifests
This commit is contained in:
Patrik Oldsberg
2025-05-27 13:59:58 +02:00
committed by GitHub
48 changed files with 1445 additions and 12 deletions
+1
View File
@@ -71,6 +71,7 @@ export const devToolsNavItem = NavItemBlueprint.make({
/** @alpha */
export default createFrontendPlugin({
pluginId: 'devtools',
info: { packageJson: () => import('../../package.json') },
routes: {
root: convertLegacyRouteRef(rootRouteRef),
},