Merge pull request #22664 from backstage/rugvip/public-tweaks
cli: messages fixes for the /public entry point
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user