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 7 lines 131 B view raw
1import { defineConfig } from "vitest/config"; 2 3export default defineConfig({ 4 test: { 5 include: ["src/**/*.test.ts"], 6 }, 7});