diff options
| author | Dax Raad <[email protected]> | 2025-10-12 00:40:48 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-12 00:40:59 -0400 |
| commit | 24a5b16af82f268942bfd4e56f8e2e3877f0cfb2 (patch) | |
| tree | 741e5ecf52a6166ca5876ed921a2d5e1d5cfb9d3 | |
| parent | b4171aa8e88c3bd09be970badb41cc750d82f61f (diff) | |
| download | opencode-24a5b16af82f268942bfd4e56f8e2e3877f0cfb2.tar.gz opencode-24a5b16af82f268942bfd4e56f8e2e3877f0cfb2.zip | |
ci: tweak
| -rw-r--r-- | bun.lock | 3 | ||||
| -rw-r--r-- | package.json | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,9 @@ "workspaces": { "": { "name": "opencode", + "dependencies": { + "@opencode-ai/sdk": "workspace:*", + }, "devDependencies": { "@tsconfig/bun": "1.0.9", "husky": "9.1.7", diff --git a/package.json b/package.json index 4ad8de3e1..e81bf7515 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,9 @@ "sst": "3.17.19", "turbo": "2.5.6" }, + "dependencies": { + "@opencode-ai/sdk": "workspace:*" + }, "repository": { "type": "git", "url": "https://github.com/sst/opencode" |
