diff options
| author | Dax Raad <[email protected]> | 2025-10-10 23:43:32 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-10 23:43:32 -0400 |
| commit | de2b4f6538eaffe349f788790aea222aac8a2fd7 (patch) | |
| tree | 1337ecb778bc32ecef6ab94fc9260a470fe29ed1 | |
| parent | b6b82aa84780b3896bbd2dc43f8aef3638f6b499 (diff) | |
| download | opencode-de2b4f6538eaffe349f788790aea222aac8a2fd7.tar.gz opencode-de2b4f6538eaffe349f788790aea222aac8a2fd7.zip | |
ci: fix
| -rw-r--r-- | bun.lock | 1 | ||||
| -rw-r--r-- | packages/desktop/package.json | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -120,6 +120,7 @@ "marked-shiki": "1.2.1", "remeda": "catalog:", "shiki": "3.9.2", + "solid-js": "catalog:", "solid-list": "0.3.0", "tailwindcss": "4.1.11", "virtua": "0.42.3", diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 5885ad159..0443bb388 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -36,6 +36,7 @@ "marked": "16.2.0", "marked-shiki": "1.2.1", "remeda": "catalog:", + "solid-js": "catalog:", "shiki": "3.9.2", "solid-list": "0.3.0", "tailwindcss": "4.1.11", |
