Merge dev-1.1 into main. #11

Closed
LukeGus wants to merge 71 commits from main into dev-1.1
Showing only changes of commit 37e314edff - Show all commits
+1 -1
View File
@@ -82,7 +82,7 @@ const App = () => {
return; return;
} }
socket.current = new WebSocket("ws://localhost:8081"); socket.current = new WebSocket(wsUrl);
socket.current.onopen = () => { socket.current.onopen = () => {
terminal.current.writeln(`Connected to WebSocket server at ${wsUrl}`); terminal.current.writeln(`Connected to WebSocket server at ${wsUrl}`);