feat: config opencode path and timeout (opencode_path, opencode_timeout)

This commit is contained in:
2026-07-20 21:23:43 +03:00
parent d1e96d35aa
commit 99e9f880ee
9 changed files with 71 additions and 19 deletions
+3 -1
View File
@@ -2,5 +2,7 @@
"port": 8000,
"pipelines_dir": "./storage/pipelines/",
"logs_dir": "./storage/logs/",
"web_root": "../../frontend/build/web/"
"web_root": "../../frontend/build/web/",
"opencode_path": "opencode",
"opencode_timeout": 300
}