Reorganize and enhance scripts with improved startup and configuration tools

This commit is contained in:
courtmanr@gmail.com
2025-03-12 10:11:44 +00:00
parent f325184523
commit 47d28bc2ac
28 changed files with 2801 additions and 185 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ const io = new SocketServer(server, {
});
// Configuration
const PROXY_PORT = 7656;
const BACKEND_PORT = 7655;
const PROXY_PORT = 7657;
const BACKEND_PORT = 7656;
const BACKEND_URL = `http://localhost:${BACKEND_PORT}`;
const LOG_FILE = './socket-debug.log';