Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 47 additions & 47 deletions frontend/apps/inspector/src/routeTree.gen.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { setup } from "rivetkit";

Check failure on line 1 in rivetkit-typescript/packages/rivetkit/fixtures/driver-test-suite/registry.ts

View workflow job for this annotation

GitHub Actions / RivetKit / Quality Check

format

Formatter would have printed the following content:
import {
accessControlActor,
accessControlNoQueuesActor,
Expand Down Expand Up @@ -64,6 +64,7 @@
} from "./run";
import { scheduled } from "./scheduled";
import { dockerSandboxActor } from "./sandbox";
import { e2bSandboxActor } from "./sandbox-e2b";
import {
sleep,
sleepWithLongRpc,
Expand Down Expand Up @@ -113,6 +114,8 @@
scheduled,
// From sandbox.ts
dockerSandboxActor,
// From sandbox-e2b.ts
e2bSandboxActor,
// From sleep.ts
sleep,
sleepWithLongRpc,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { sandboxActor } from "rivetkit/sandbox";
import { e2b } from "rivetkit/sandbox/e2b";

export const e2bSandboxActor = sandboxActor({
provider: e2b(),
});
2 changes: 1 addition & 1 deletion rivetkit-typescript/packages/rivetkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"nanoevents": "^9.1.0",
"p-retry": "^6.2.1",
"pino": "^9.5.0",
"sandbox-agent": "^0.4.0-rc.1",
"sandbox-agent": "^0.4.1-rc.1",
"tar": "^7.5.0",
"uuid": "^12.0.0",
"vbare": "^0.0.4",
Expand Down
Loading
Loading