VNC client
This commit is contained in:
@@ -3,6 +3,7 @@ import { join } from 'path';
|
|||||||
import { environment } from './services/environment.mjs';
|
import { environment } from './services/environment.mjs';
|
||||||
import { statusRouter } from './services/status.mjs';
|
import { statusRouter } from './services/status.mjs';
|
||||||
import { attachUpgrade } from './services/websocket.mjs';
|
import { attachUpgrade } from './services/websocket.mjs';
|
||||||
|
import './services/vnc.mjs';
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
const app = express();
|
const app = express();
|
||||||
|
|||||||
Reference in New Issue
Block a user