backend-next: update to stop using appBackend options

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-08-02 15:47:18 +02:00
parent d564ad142b
commit 5dd1f25cc8
2 changed files with 3 additions and 1 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());