- Remove unused `httpx` import from bench.ts (package does not exist) - Add explicit `IRouter` type on `router` in agent-outputs.ts and bench.ts to resolve TS2742 portable-type errors - Remove `docs` from .dockerignore so Dockerfile.admin can copy it into the runner image (DOCS_ROOT=/app/docs is read at runtime by the admin) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 lines
195 B
Plaintext
19 lines
195 B
Plaintext
**/node_modules
|
|
**/.next
|
|
**/dist
|
|
**/coverage
|
|
**/.vitest-cache
|
|
**/.turbo
|
|
.git
|
|
.gitea
|
|
.github
|
|
.vscode
|
|
.idea
|
|
**/.env
|
|
**/.env.local
|
|
**/*.log
|
|
infra/docker/data
|
|
**/__tests__
|
|
**/*.test.ts
|
|
**/*.test.tsx
|