backend-next: update to stop using appBackend options
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
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