fix: import e2b from rivetkit/sandbox/e2b sub-path

The e2b provider must be imported from rivetkit/sandbox/e2b (sub-path)
rather than rivetkit/sandbox (barrel) because the barrel re-export
would eagerly load all provider dependencies (vercel, modal, etc.)
which aren't installed. Also reverts rivetkit back to fc5f3b4.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nathan Flurry 2026-03-22 04:14:06 -07:00
parent 383e325149
commit 62d56fae64
4 changed files with 36 additions and 35 deletions

View file

@ -24,7 +24,7 @@
"drizzle-orm": "^0.44.5",
"hono": "^4.11.9",
"pino": "^10.3.1",
"rivetkit": "https://pkg.pr.new/rivet-dev/rivet/rivetkit@a6d0f1f",
"rivetkit": "https://pkg.pr.new/rivet-dev/rivet/rivetkit@fc5f3b4",
"sandbox-agent": "workspace:*",
"uuid": "^13.0.0",
"ws": "^8.19.0",