feat: Make PodExecTerminal UI OptIn

Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
This commit is contained in:
Carlos Esteban Lopez
2023-12-18 17:22:30 -05:00
parent 36cf79a3ad
commit 0d526c8554
9 changed files with 145 additions and 8 deletions
+3 -1
View File
@@ -14,6 +14,7 @@
"role": "web-library"
},
"sideEffects": false,
"configSchema": "config.d.ts",
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
@@ -60,6 +61,7 @@
"msw": "^1.3.1"
},
"files": [
"dist"
"dist",
"config.d.ts"
]
}