feat: add task workdir option

This commit is contained in:
engigu
2025-12-23 23:31:08 +08:00
parent ca46573c9b
commit 1d704b0e28
7 changed files with 213 additions and 7 deletions
+1
View File
@@ -220,6 +220,7 @@ export interface Task {
command: string
schedule: string
timeout: number
work_dir: string
clean_config: string
envs: string
enabled: boolean