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:
parent
ea7ec00b4b
commit
d4eb3be886
17 changed files with 2415 additions and 42 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue