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.

Use sudo fallback for tigrisfs on Vercel

+1 -1
+1 -1
apps/sandbox/src/providers/vercel/mod.ts
··· 111 111 cmd: "sh", 112 112 args: [ 113 113 "-c", 114 - `tigrisfs --endpoint "https://${env.ACCOUNT_ID}.r2.cloudflarestorage.com" ${bucketPath} ${path} || sudo nohup tigrisfs --endpoint "https://${env.ACCOUNT_ID}.r2.cloudflarestorage.com" ${bucketPath} ${path} || true`, 114 + `tigrisfs --endpoint "https://${env.ACCOUNT_ID}.r2.cloudflarestorage.com" ${bucketPath} ${path} || sudo tigrisfs --endpoint "https://${env.ACCOUNT_ID}.r2.cloudflarestorage.com" ${bucketPath} ${path}`, 115 115 ], 116 116 env: { 117 117 AWS_ACCESS_KEY_ID: env.R2_ACCESS_KEY_ID!,