Merge pull request #2592 from openchamber/terminal-open-debug

fix(terminal): start PTY before viewport mounts without dropping output or replies
This commit is contained in:
Serhii Dziupin
2026-08-03 12:50:19 +03:00
committed by GitHub
17 changed files with 529 additions and 122 deletions
+2 -1
View File
@@ -176,6 +176,7 @@
"vite": "^7.1.2"
},
"patchedDependencies": {
"@tanstack/virtual-core@3.17.3": "bun-patches/@tanstack+virtual-core+3.17.3.patch"
"@tanstack/virtual-core@3.17.3": "bun-patches/@tanstack+virtual-core+3.17.3.patch",
"bun-pty@0.4.8": "bun-patches/bun-pty@0.4.8.patch"
}
}