ad4b09c744
- Disable typed routes (default-on in Next 16, loops infinitely with transpilePackages workspace setup, holding 500%+ CPU at idle) - Pin turbopack.root to monorepo root so a stray ~/pnpm-lock.yaml cannot misinfer the workspace boundary - Commit pnpm-lock.yaml; ignore .claude/ local plugin state Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
23 lines
182 B
Plaintext
23 lines
182 B
Plaintext
node_modules
|
|
.pnpm-store
|
|
.next
|
|
dist
|
|
build
|
|
out
|
|
*.tsbuildinfo
|
|
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
.vercel
|
|
.turbo
|
|
.claude
|
|
|
|
.DS_Store
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
repomix-output.xml
|