split tui/server config (#13968)

This commit is contained in:
Sebastian 2026-02-25 23:53:09 +01:00 committed by GitHub
parent 1172fa418e
commit 9d29d692c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 1283 additions and 705 deletions

View file

@ -314,7 +314,7 @@ function configSchema() {
hooks: {
"astro:build:done": async () => {
console.log("generating config schema")
spawnSync("../opencode/script/schema.ts", ["./dist/config.json"])
spawnSync("../opencode/script/schema.ts", ["./dist/config.json", "./dist/tui.json"])
},
},
}