Add tabbed settings and system shell

This commit is contained in:
2026-07-31 21:30:51 +02:00
parent d663979ebb
commit c36e5e811f
20 changed files with 698 additions and 29 deletions
+3
View File
@@ -15,14 +15,17 @@
"dependencies": {
"@fastify/cookie": "^11.0.2",
"@fastify/rate-limit": "^10.3.0",
"@fastify/websocket": "^11.3.0",
"argon2": "^0.44.0",
"better-sqlite3": "^12.2.0",
"fastify": "^5.4.0",
"node-pty": "^1.1.0",
"zod": "^4.0.14"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^22.17.0",
"@types/ws": "^8.18.1",
"tsx": "^4.20.3"
}
}