Merge pull request #18913 from backstage/rugvip/app-backend-refactor

app-backend: refactored to use static config and extension points
This commit is contained in:
Patrik Oldsberg
2023-08-07 11:40:47 +02:00
committed by GitHub
19 changed files with 264 additions and 74 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ import { lighthousePlugin } from '@backstage/plugin-lighthouse-backend';
const backend = createBackend();
backend.add(appPlugin({ appPackageName: 'example-app' }));
backend.add(appPlugin());
// Badges
backend.add(badgesPlugin());