/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
conductor.json
24 строки
685 B
Wyatt Johnson
fix: move conductor.json to repo root for proper detection (#88184)
07 янв 2026, 03:55
Не верифицирован
07 янв 2026, 03:55
aa9c716
Код
Авторство
О чём код?
{ "name": "next.js", "description": "Next.js framework development workspace", "scripts": { "setup": "./.conductor/scripts/setup.sh", "run": "./.conductor/scripts/run.sh" }, "worktree": { "default_branch": "canary" }, "environment": { "NEXT_TELEMETRY_DISABLED": "1", "TURBO_TELEMETRY_DISABLED": "1" }, "recommendations": { "parallel_agents": 3, "notes": [ "Each worktree uses ~500MB-1GB disk space after build", "Run 'pnpm sweep' periodically to clean Rust build artifacts", "Use 'pnpm test-dev-turbo' for fastest test iteration", "Never run 'pnpm build' while 'pnpm dev' is active (causes corruption)" ] } }