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

View File

@@ -82,7 +82,7 @@ const App = () => {
return;
}
socket.current = new WebSocket("ws://localhost:8081");
socket.current = new WebSocket(wsUrl);
socket.current.onopen = () => {
terminal.current.writeln(`Connected to WebSocket server at ${wsUrl}`);
@@ -200,4 +200,4 @@ const App = () => {
);
};
export default App;
export default App;