mirror of
https://github.com/Monadical-SAS/cubbi.git
synced 2025-12-20 12:19:07 +00:00
feat: add opencode state/cache to persistent_config (#27)
This commit is contained in:
@@ -18,3 +18,11 @@ persistent_configs:
|
|||||||
target: "/cubbi-config/config-opencode"
|
target: "/cubbi-config/config-opencode"
|
||||||
type: "directory"
|
type: "directory"
|
||||||
description: "Opencode configuration"
|
description: "Opencode configuration"
|
||||||
|
- source: "/home/cubbi/.local/state/opencode"
|
||||||
|
target: "/cubbi-config/state-opencode"
|
||||||
|
type: "directory"
|
||||||
|
description: "Opencode state"
|
||||||
|
- source: "/home/cubbi/.cache/opencode"
|
||||||
|
target: "/cubbi-config/cache-opencode"
|
||||||
|
type: "directory"
|
||||||
|
description: "Opencode cache"
|
||||||
|
|||||||
Reference in New Issue
Block a user