diff --git a/.changeset/large-tables-wonder.md b/.changeset/large-tables-wonder.md index f54402dbd4..9c10f172a1 100644 --- a/.changeset/large-tables-wonder.md +++ b/.changeset/large-tables-wonder.md @@ -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. diff --git a/packages/cli/src/lib/bundler/bundle.ts b/packages/cli/src/lib/bundler/bundle.ts index d0624c93ff..c5dda4b1cd 100644 --- a/packages/cli/src/lib/bundler/bundle.ts +++ b/packages/cli/src/lib/bundler/bundle.ts @@ -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(