cli: update fix for simplified pluginPackages list

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-06-11 01:15:20 +02:00
parent 037d57735e
commit c7535dea31
2 changed files with 21 additions and 65 deletions
@@ -60,11 +60,7 @@ export interface BackstagePackageJson {
/**
* All packages that are part of the plugin. Must always and only be set for plugin packages and plugin library packages.
*/
pluginPackages?: {
frontend?: string;
backend?: string;
libraries?: string[];
};
pluginPackages?: string[];
};
exports?: JsonValue;