feat: add opencode state/cache to persistent_config (#27)

This commit is contained in:
2025-08-05 20:47:29 -06:00
committed by GitHub
parent de1b3c0976
commit b7b78ea075

View File

@@ -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"