fix(web): update workspace dependency from opencode to agent-core

The web package still referenced the old "opencode" workspace name,
causing bun install to fail with "Workspace dependency not found".

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Artur Do Lago
2026-01-10 09:26:23 +01:00
parent 5f046fcaeb
commit 74455ea5e2
+1 -1
View File
@@ -34,7 +34,7 @@
"toolbeam-docs-theme": "0.4.8"
},
"devDependencies": {
"opencode": "workspace:*",
"agent-core": "workspace:*",
"@types/node": "catalog:",
"typescript": "catalog:"
}