diff --git a/src/server.mjs b/src/server.mjs index ac0c513..887522b 100644 --- a/src/server.mjs +++ b/src/server.mjs @@ -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;