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
+1 -1
View File
@@ -1,7 +1,7 @@
// Custom type declarations for @novnc/novnc v1.7.0
// The @types/novnc package is outdated and doesn't match the modern API
declare module '@novnc/novnc/core/rfb.js' {
declare module '@novnc/novnc' {
export default class RFB extends EventTarget {
constructor(target: HTMLElement, url: string, options?: RFBOptions);
disconnect(): void;