generated from ztimson/template
Compare commits
2
Commits
a2afcfa7bd
...
9b5bf5d2fb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9b5bf5d2fb | ||
|
|
daaa53790a |
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user