diff options
| author | Brendan Allan <[email protected]> | 2026-01-07 15:35:32 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2026-01-07 15:35:32 +0800 |
| commit | 6bac501be55e0e6809e931f5c35a99d545b82bb4 (patch) | |
| tree | e472d268d57238b185ec18ecc6bacb3bff8e1262 | |
| parent | b5be8837583bcd7595844715fe59ecf86645ca59 (diff) | |
| download | opencode-6bac501be55e0e6809e931f5c35a99d545b82bb4.tar.gz opencode-6bac501be55e0e6809e931f5c35a99d545b82bb4.zip | |
add ui package to desktop
| -rw-r--r-- | bun.lock | 1 | ||||
| -rw-r--r-- | packages/desktop/package.json | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -176,6 +176,7 @@ "version": "1.1.4", "dependencies": { "@opencode-ai/app": "workspace:*", + "@opencode-ai/ui": "workspace:*", "@solid-primitives/storage": "catalog:", "@tauri-apps/api": "^2", "@tauri-apps/plugin-dialog": "~2", diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 3370ad363..826471ff1 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -14,6 +14,7 @@ }, "dependencies": { "@opencode-ai/app": "workspace:*", + "@opencode-ai/ui": "workspace:*", "@solid-primitives/storage": "catalog:", "@tauri-apps/api": "^2", "@tauri-apps/plugin-dialog": "~2", |
