chore: createOpencodeServer expose logLevel (#6202)
This commit is contained in:
parent
c1d21f9b11
commit
1c35e59e4f
5 changed files with 17 additions and 2 deletions
|
|
@ -644,6 +644,7 @@ export namespace Config {
|
|||
$schema: z.string().optional().describe("JSON schema reference for configuration validation"),
|
||||
theme: z.string().optional().describe("Theme name to use for the interface"),
|
||||
keybinds: Keybinds.optional().describe("Custom keybind configurations"),
|
||||
logLevel: Log.Level.optional().describe("Log level"),
|
||||
tui: TUI.optional().describe("TUI specific settings"),
|
||||
server: Server.optional().describe("Server configuration for opencode serve and web commands"),
|
||||
command: z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue