cli: add backstage.pluginId to repo fix

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-06-08 11:13:25 +02:00
parent 582bedd380
commit 4a12560aab
2 changed files with 69 additions and 0 deletions
@@ -46,6 +46,7 @@ export interface BackstagePackageJson {
backstage?: {
role?: PackageRole;
moved?: string;
pluginId?: string;
};
exports?: JsonValue;