feat(FN-1921): merge fusion/fn-1921
This commit is contained in:
5
.changeset/fix-dashboard-blocking-calls.md
Normal file
5
.changeset/fix-dashboard-blocking-calls.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@gsxdsm/fusion": patch
|
||||
---
|
||||
|
||||
Fix blocking/synchronous filesystem calls in dashboard server route handlers. Converted `existsSync`, `statSync`, `readFileSync`, `mkdirSync`, `readdirSync`, and `rmSync` calls to async `fs/promises` equivalents in request handlers to prevent blocking the Node event loop. Added documentation comments for startup-time sync calls in terminal-service.ts and github-webhooks.ts.
|
||||
Reference in New Issue
Block a user