split tui/server config (#13968)
This commit is contained in:
@@ -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"])
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user