diff options
| author | opencode <[email protected]> | 2025-07-31 23:41:27 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2025-07-31 23:41:27 +0000 |
| commit | 7665bd9439564baac03ea001601459a917fe9a28 (patch) | |
| tree | a1a893e4b568e0001003d91b992766a5490a2e41 | |
| parent | 30e10127f220cac74da35c5510673c037eef2f16 (diff) | |
| download | opencode-7665bd9439564baac03ea001601459a917fe9a28.tar.gz opencode-7665bd9439564baac03ea001601459a917fe9a28.zip | |
Release v0.3.105
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index 2129bc1e9..617d3f787 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -593,6 +593,11 @@ export type Config = { formatter?: { [key: string]: { disabled?: boolean; + command?: Array<string>; + environment?: { + [key: string]: string; + }; + extensions?: Array<string>; }; }; /** |
