Initial commit: Proxmox Desktop client with VNC console, WebSocket proxy, and Tauri shell

This commit is contained in:
2026-07-29 14:09:49 -04:00
parent e675d7b6af
commit 084b64872e
17 changed files with 5238 additions and 7 deletions
+3
View File
@@ -32,6 +32,9 @@ pub enum Error {
#[error("WebSocket error: {0}")]
WebSocketError(String),
#[error("Tauri error: {0}")]
TauriError(#[from] tauri::Error),
}
impl Serialize for Error {