Update src/server.mjs #6

Merged
ztimson merged 1 commits from ztimson-patch-6 into master 2026-09-14 16:11:02 -04:00
Showing only changes of commit daaa53790a - Show all commits
+1 -1
View File
@@ -8,7 +8,7 @@ import {fileURLToPath} from 'node:url';
import {WebSocketServer} from 'ws';
const __dirname = path.dirname(fileURLToPath(import.meta.url));
const NOVNC = path.join(__dirname, 'node_modules/@novnc/novnc');
const NOVNC = path.join(__dirname, '../node_modules/@novnc/novnc');
const PORT = process.env['PORT'] || 3000;
const VNC_HOST = '127.0.0.1';
const VNC_PORT = 5900;