summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2026-01-07 15:35:32 +0800
committerBrendan Allan <[email protected]>2026-01-07 15:35:32 +0800
commit6bac501be55e0e6809e931f5c35a99d545b82bb4 (patch)
treee472d268d57238b185ec18ecc6bacb3bff8e1262
parentb5be8837583bcd7595844715fe59ecf86645ca59 (diff)
downloadopencode-6bac501be55e0e6809e931f5c35a99d545b82bb4.tar.gz
opencode-6bac501be55e0e6809e931f5c35a99d545b82bb4.zip
add ui package to desktop
-rw-r--r--bun.lock1
-rw-r--r--packages/desktop/package.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/bun.lock b/bun.lock
index 452afaf7d..84cb3b374 100644
--- a/bun.lock
+++ b/bun.lock
@@ -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",