feat: workspace endpoint, template/ssh-key dropdowns, noVNC console integration

This commit is contained in:
Philipp
2026-06-12 10:59:02 +02:00
parent e54523040a
commit b554206bbf
11 changed files with 676 additions and 135 deletions
+5 -4
View File
@@ -10,15 +10,16 @@
"preview": "vite preview"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@novnc/novnc": "^1.7.0",
"@supabase/supabase-js": "^2.0.0",
"@tanstack/react-query": "^5.0.0",
"@supabase/supabase-js": "^2.0.0"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^5.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.0.0",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0"