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.

at main 8 lines 225 B view raw
1{ 2 "extends": "../tsconfig.json", 3 "compilerOptions": { 4 "types": ["@cloudflare/workers-types/experimental", "@cloudflare/vitest-pool-workers"] 5 }, 6 "include": ["./**/*.ts", "../worker-configuration.d.ts"], 7 "exclude": [] 8}