Merge pull request #22664 from backstage/rugvip/public-tweaks

cli: messages fixes for the /public entry point
This commit is contained in:
Patrik Oldsberg
2024-02-02 20:39:21 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/cli': patch
---
Add experimental support for optional `auth` app entry point.
Add experimental support for an optional `public` app entry point that lets users sign-in before being able to access the full app.
+1 -1
View File
@@ -68,7 +68,7 @@ export async function buildBundle(options: BuildOptions) {
if (publicPaths) {
console.log(
chalk.yellow(
`⚠️ WARNING: The app /auth entry point is an experimental feature that may receive immediate breaking changes.`,
`⚠️ WARNING: The app /public entry point is an experimental feature that may receive immediate breaking changes.`,
),
);
configs.push(