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.

Await mountBucket instead of returning it

+1 -1
+1 -1
apps/cf-sandbox/src/providers/cloudflare/index.ts
··· 96 96 async mount(path: string, prefix?: string): Promise<void> { 97 97 try { 98 98 await this.mkdir(path); 99 - return this.sandbox.mountBucket(env.VOLUME_BUCKET, path, { 99 + await this.sandbox.mountBucket(env.VOLUME_BUCKET, path, { 100 100 endpoint: `https://${env.ACCOUNT_ID}.r2.cloudflarestorage.com`, 101 101 prefix, 102 102 credentials: {