We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839ef3e commit e10ff72Copy full SHA for e10ff72
.agents/package.json
@@ -6,8 +6,5 @@
6
"scripts": {
7
"typecheck": "bun x tsc --noEmit -p tsconfig.json",
8
"test": "bun test"
9
- },
10
- "dependencies": {
11
- "@codebuff/sdk": "workspace:*"
12
}
13
.agents/tsconfig.json
@@ -5,6 +5,7 @@
5
"skipLibCheck": true,
"types": ["bun", "node"],
"paths": {
+ "@codebuff/sdk": ["../sdk/src/index.ts"],
"@codebuff/common/*": ["../common/src/*"]
},
0 commit comments