Move console js to built app.js file. (#1471)

This commit is contained in:
Charles
2025-07-01 17:13:44 -04:00
committed by GitHub
parent ba7f814300
commit 74bd7f9991
6 changed files with 86 additions and 17 deletions

View File

@@ -17,5 +17,12 @@
"prettier": "^3.4.2",
"tailwindcss": "^3.4.13",
"vite": "^6.0"
},
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"xterm-addon-search-bar": "^0.2.0"
}
}