cli: messages fixes for the /public entry point

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-02-02 17:23:24 +01:00
parent fe2e15d458
commit 5fe8caaecb
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(