fix: add support for loading custom themes from .opencode/themes directory (#4229)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Dax
2025-11-11 21:30:38 -05:00
committed by GitHub
parent 0bd11e970b
commit d81dce6a82
5 changed files with 270 additions and 5 deletions

View File

@@ -163,6 +163,7 @@ export namespace Server {
return c.json(await Config.get())
},
)
.patch(
"/config",
describeRoute({