Testing #1

Merged
LukeGus merged 9 commits from testing into main 2024-11-28 04:52:52 +00:00
Showing only changes of commit effd679a00 - Show all commits

View File

@@ -23,7 +23,7 @@ const App = () => {
terminal.current.open(terminalRef.current);
// Connect to the WebSocket server
socket.current = new WebSocket('2.tcp.ngrok.io:10908');
socket.current = new WebSocket('localhost:3001');
// WebSocket Event Handlers
socket.current.onopen = () => {