mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
split tui/server config (#13968)
This commit is contained in:
parent
1172fa418e
commit
9d29d692c6
27 changed files with 1283 additions and 705 deletions
|
|
@ -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"])
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue