fix: fix bun install bug

This commit is contained in:
Nathan Flurry 2026-02-02 16:25:53 -08:00
parent 553f249836
commit 048dcc5693
17 changed files with 354 additions and 22 deletions

View file

@ -16,6 +16,9 @@
"import": "./dist/index.js"
}
},
"dependencies": {
"@sandbox-agent/cli-shared": "workspace:*"
},
"files": [
"dist"
],