summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-12-26 17:09:31 +0000
committerGitHub Action <[email protected]>2025-12-26 17:09:31 +0000
commit634559760a99669446f0d17319c6a725427fe8a7 (patch)
treeb03fadc021a9b7727a74931a8e2994499d9128ef /packages/sdk/js
parent155ba794cf974ed4473844c5611736178f1e5f7d (diff)
downloadopencode-634559760a99669446f0d17319c6a725427fe8a7.tar.gz
opencode-634559760a99669446f0d17319c6a725427fe8a7.zip
chore: generate
Diffstat (limited to 'packages/sdk/js')
-rw-r--r--packages/sdk/js/src/v2/gen/types.gen.ts10
1 files changed, 6 insertions, 4 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts
index 2fda3375e..6b5cfc818 100644
--- a/packages/sdk/js/src/v2/gen/types.gen.ts
+++ b/packages/sdk/js/src/v2/gen/types.gen.ts
@@ -1152,6 +1152,11 @@ export type KeybindsConfig = {
}
/**
+ * Log level
+ */
+export type LogLevel = "DEBUG" | "INFO" | "WARN" | "ERROR"
+
+/**
* Server configuration for opencode serve and web commands
*/
export type ServerConfig = {
@@ -1406,10 +1411,7 @@ export type Config = {
*/
theme?: string
keybinds?: KeybindsConfig
- /**
- * Log level
- */
- logLevel?: "DEBUG" | "INFO" | "WARN" | "ERROR"
+ logLevel?: LogLevel
/**
* TUI specific settings
*/