Got the terminal working

This commit is contained in:
Michel Roegl-Brunner
2025-09-09 16:03:17 +02:00
parent bd7a85789b
commit 030cd9ec9a
14 changed files with 1860 additions and 149 deletions

View File

@@ -29,13 +29,20 @@
"@trpc/react-query": "^11.0.0",
"@trpc/server": "^11.0.0",
"@types/ws": "^8.18.1",
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"next": "^15.2.3",
"node-pty": "^1.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"server-only": "^0.0.1",
"simple-git": "^3.28.0",
"strip-ansi": "^7.1.2",
"superjson": "^2.2.1",
"ws": "^8.18.3",
"xterm": "^5.3.0",
"zod": "^3.24.2"
},
"devDependencies": {