Fix template name collision between new and legacy frontend plugin templates
The legacy frontend plugin template had the same name (`frontend-plugin`) as the new frontend plugin template, causing a conflict error when both were shown (e.g. when the frontend system could not be auto-detected). Rename the legacy template to `frontend-plugin-legacy` so both can coexist. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
'@backstage/cli-module-new': patch
|
||||
---
|
||||
|
||||
Rename the legacy `frontend-plugin` to `legacy-frontend-plugin`
|
||||
Rename the legacy `frontend-plugin` to `frontend-plugin-legacy`
|
||||
|
||||
Reference in New Issue
Block a user