This commit is contained in:
2026-03-04 18:29:31 +01:00
parent c8c4d1e97d
commit 0f65ba9738
11 changed files with 669 additions and 5 deletions
+7
View File
@@ -157,3 +157,10 @@ export type TCIConfigServiceConfigDirMApping = {
use_gitignore?: boolean;
relay_ignore?: string[];
};
export type ServiceScriptObject = {
sh: string;
service_name: string;
deployment_name: string;
work_dir?: string;
};