diff --git a/client/src/main.mjs b/client/src/main.mjs index e4f6e64..1a637f4 100644 --- a/client/src/main.mjs +++ b/client/src/main.mjs @@ -3,6 +3,7 @@ import { join } from 'path'; import { environment } from './services/environment.mjs'; import { statusRouter } from './services/status.mjs'; import { attachUpgrade } from './services/websocket.mjs'; +import './services/vnc.mjs'; (async () => { const app = express();