Bypass sign-in page in createDevApp

The dev app now automatically disables the sign-in page extension,
so plugins under development don't require authentication.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-16 12:05:00 +01:00
parent 0b4ed8550d
commit 63248c824e
4 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -37,11 +37,11 @@
},
"dependencies": {
"@backstage/frontend-defaults": "workspace:^",
"@backstage/frontend-plugin-api": "workspace:^"
"@backstage/frontend-plugin-api": "workspace:^",
"@backstage/plugin-app": "workspace:^"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@backstage/plugin-app": "workspace:^",
"@backstage/test-utils": "workspace:^",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",