We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36d09a commit 29a9a04Copy full SHA for 29a9a04
1 file changed
AGENTS.md
@@ -30,7 +30,7 @@ manager/runtime: **Bun** (Node 20+ optional for tooling). ~1500 files with exten
30
- `bun run check` - TypeScript/Svelte validation (~30-60s)
31
- `bun run lint` - ESLint check (~10-20s)
32
- `bun run format` - Auto-fix Prettier formatting
33
-- `bun run test` - Bun unit tests with TZ=EST (~10-30s)
+- `bun run test` - Vitest unit tests with TZ=EST (~10-30s)
34
- `bun run build` - Production build via build.js (~60-120s)
35
- `bun run dev` - Dev server on port 3000
36
- `bun run preview` - Preview build on port 4173
0 commit comments