feat: show resource utilization in DevTools plugin
Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
@@ -35,6 +35,7 @@ export type ExternalDependency = {
|
||||
/** @public */
|
||||
export type DevToolsInfo = {
|
||||
operatingSystem: string;
|
||||
resourceUtilization: string;
|
||||
nodeJsVersion: string;
|
||||
backstageVersion: string;
|
||||
dependencies: PackageDependency[];
|
||||
|
||||
Reference in New Issue
Block a user