Update src/terminal.js
Browse files- src/terminal.js +1 -1
src/terminal.js
CHANGED
|
@@ -3,7 +3,7 @@ import { WebSocketServer } from 'ws';
|
|
| 3 |
import fs from 'fs';
|
| 4 |
import path from 'path';
|
| 5 |
import { fileURLToPath } from 'url';
|
| 6 |
-
import { handleTerminalConnection, setSharedTerminalMode } from '
|
| 7 |
|
| 8 |
const __filename = fileURLToPath(import.meta.url);
|
| 9 |
const __dirname = path.dirname(__filename);
|
|
|
|
| 3 |
import fs from 'fs';
|
| 4 |
import path from 'path';
|
| 5 |
import { fileURLToPath } from 'url';
|
| 6 |
+
import { handleTerminalConnection, setSharedTerminalMode } from 'terminal.js';
|
| 7 |
|
| 8 |
const __filename = fileURLToPath(import.meta.url);
|
| 9 |
const __dirname = path.dirname(__filename);
|