feat: terminal, eventbus, load recipe

- change: disable reboot android when logged out
- change: load recipe from android app's memory (requires ^0.0.3)
- fix: adb payload handler may get incomplete message

Signed-off-by: pakintada@gmail.com <Pakin>
This commit is contained in:
pakintada@gmail.com 2026-06-19 10:41:17 +07:00
parent ea7ec00b4b
commit d4eb3be886
17 changed files with 2415 additions and 42 deletions

View file

@ -9,7 +9,7 @@ export default defineConfig({
noExternal: ['@dnd-kit/core', '@dnd-kit/sortable']
},
optimizeDeps: {
include: ['@xterm/xterm', '@xterm/addon-fit', '@xterm/addon-search']
include: ['@xterm/xterm', 'xterm-addon-fit', 'xterm-addon-search']
},
test: {
expect: { requireAssertions: true },