fix: keep streamed output delivery non-blocking (#186)

This commit is contained in:
Eyejoker
2026-05-29 19:42:21 +09:00
committed by GitHub
parent 0bbb3fe14f
commit b2cfe385cf
5 changed files with 162 additions and 36 deletions

View File

@@ -13,10 +13,10 @@
},
"overrides": {
"apps/dashboard/src/App.tsx": {
"maxLines": 4612,
"maxFunctionLines": 583,
"maxComplexity": 79,
"maxNesting": 4,
"maxLines": 684,
"maxFunctionLines": 425,
"maxComplexity": 11,
"maxNesting": 3,
"owner": "dashboard shell hotspot"
},
"apps/dashboard/src/i18n.ts": {