diff options
| author | Adam <[email protected]> | 2025-08-28 14:34:12 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-08-28 14:34:20 -0500 |
| commit | e37e878e7265052ac44135739a338861b10aada3 (patch) | |
| tree | e0a007425b704d172090873c7f2010184492d3bd /packages/sdk/js/src | |
| parent | 3de1ce467f7ff76f94c90878babb19f239bc9543 (diff) | |
| download | opencode-e37e878e7265052ac44135739a338861b10aada3.tar.gz opencode-e37e878e7265052ac44135739a338861b10aada3.zip | |
feat: home dir in app info
Diffstat (limited to 'packages/sdk/js/src')
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index c6e7fedb2..434606d86 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -552,6 +552,7 @@ export type App = { hostname: string git: boolean path: { + home: string config: string data: string root: string |
