create-app: Make new frontend system the default

The new frontend system is now the default template when creating a new
Backstage app. The previous `--next` flag has been replaced with a
`--legacy` flag that can be used to create an app using the old frontend
system instead.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-04 22:38:49 +01:00
parent 97411ebb0c
commit a6735c33b1
7 changed files with 19 additions and 14 deletions
@@ -0,0 +1,5 @@
---
'@backstage/create-app': minor
---
**BREAKING**: The new frontend system is now the default template when creating a new Backstage app. The previous `--next` flag has been replaced with a `--legacy` flag that can be used to create an app using the old frontend system instead.