feat(execute-container): enhance container command form with auto-connect feature for single container scenarios

This commit is contained in:
Andras Bacsai
2025-09-11 17:37:40 +02:00
parent d9a54145ef
commit 6d477ff593
3 changed files with 10 additions and 1 deletions

View File

@@ -8360,6 +8360,9 @@
"is_preview": {
"type": "boolean"
},
"is_buildtime_only": {
"type": "boolean"
},
"is_shared": {
"type": "boolean"
},