the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix SSH keys import path and barrel export

+2 -2
+1 -1
apps/web/src/pages/settings/sshkeys/index.tsx
··· 1 - import SSHKeys from "./SSHKeys"; 1 + import SSHKeys from "./SshKeys"; 2 2 3 3 export default SSHKeys;
+1 -1
apps/web/src/routes/$did.sandbox.$rkey/ssh-keys.tsx
··· 1 1 import { createFileRoute, redirect } from "@tanstack/react-router"; 2 - import SshKeysPage from "../../pages/settings/sshkeys/SshKeys"; 2 + import SshKeysPage from "../../pages/settings/sshkeys"; 3 3 4 4 export const Route = createFileRoute("/$did/sandbox/$rkey/ssh-keys")({ 5 5 beforeLoad: () => {