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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user