From c38f23d50e169f51534a18f29ffdc9b8a9a7c2f6 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sun, 1 Dec 2024 22:14:26 -0500 Subject: [PATCH] test again --- app.js | 2 +- index.html | 18 ++--- libs/dockerTerminal.js | 153 ++++++++++++++++++++++------------------- server/server.js | 78 +++++++++++---------- 4 files changed, 135 insertions(+), 116 deletions(-) diff --git a/app.js b/app.js index e1ccba2..df13b68 100644 --- a/app.js +++ b/app.js @@ -398,7 +398,7 @@ connectionItem.querySelector('.docker-terminal-btn').addEventListener('click', ( e.stopPropagation(); const connection = connections[topicId]; if (connection && connection.peer) { - import('./dockerTerminal.js').then(({ startDockerTerminal }) => { + import('./libs/dockerTerminal.js').then(({ startDockerTerminal }) => { startDockerTerminal(topicId, connection.peer); }); } else { diff --git a/index.html b/index.html index 5ae7e0e..fb2c45d 100644 --- a/index.html +++ b/index.html @@ -516,16 +516,16 @@ -