mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 09:01:17 +00:00
refactor: make docker and e2b examples testable with exported setup functions
This commit is contained in:
parent
e434bc6d1e
commit
0ecf4cbe0d
8 changed files with 147 additions and 102 deletions
|
|
@ -7,13 +7,14 @@
|
|||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"dockerode": "latest",
|
||||
"@sandbox-agent/example-shared": "workspace:*"
|
||||
"@sandbox-agent/example-shared": "workspace:*",
|
||||
"dockerode": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/dockerode": "latest",
|
||||
"@types/node": "latest",
|
||||
"tsx": "latest",
|
||||
"typescript": "latest"
|
||||
"typescript": "latest",
|
||||
"vitest": "^3.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue