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
+2
View File
@@ -20,6 +20,8 @@ app:
- url: https://discord.gg/backstage-687207715902193673
title: '#backstage'
packageName: example-app
backend:
# Used for enabling authentication, secret is shared by all backend plugins
# See https://backstage.io/docs/auth/service-to-service-auth for
+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());