tpmjs/templates/vercel-executor/app/api
Ajax Davis 9bcc1a8c15 fix(executor): use correct Vercel Sandbox SDK API
Key fixes:
- Use await result.stdout() / stderr() instead of result.stdout property
- Use sandbox.writeFiles([{ path, content: Buffer }]) correctly
- Use object form of runCommand with cmd, args, cwd, env
- Proper error handling and result parsing
2026-01-09 02:21:51 +10:00
..
execute-tool fix(executor): use correct Vercel Sandbox SDK API 2026-01-09 02:21:51 +10:00
health refactor(executor): use Vercel Sandbox SDK for isolated VM execution 2026-01-09 01:35:22 +10:00