mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 11:04:58 +00:00
refactor: split daytona example into two variants
- daytona.ts (default): Installs sandbox-agent at runtime. Faster to start but installs on each run. Use for quick testing. - daytona-with-snapshot.ts: Builds custom image with sandbox-agent pre-installed. Slow first run (~2-3 min) but fast subsequent runs. Use for repeated development. Run with: pnpm start (default) or pnpm start:snapshot
This commit is contained in:
parent
387ab0840d
commit
136926b445
3 changed files with 51 additions and 7 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "tsx src/daytona.ts",
|
||||
"start:snapshot": "tsx src/daytona-with-snapshot.ts",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue