diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 78395fd8..dde1be2b 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,10 @@
-
+
+
+
+
@@ -21,12 +24,12 @@
{
"lastFilter": {}
}
- {
+ "selectedUrlAndAccountId": {
+ "url": "https://github.com/LukeGus/Termix",
+ "accountId": "f107d505-1915-4c73-a3f4-e0440737e1dc"
}
-}]]>
+}
{
"customColor": "636378de",
"associatedIndex": 8
@@ -39,32 +42,32 @@
- {
+ "keyToString": {
+ "ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "RunOnceActivity.git.unshallow": "true",
+ "Shell Script.Node Server.js Start.executor": "Run",
+ "Shell Script.Run backend and frontend.executor": "Run",
+ "Shell Script.run_backend_frontend.executor": "Run",
+ "git-widget-placeholder": "release-1.0",
+ "ignore.virus.scanning.warn.message": "true",
+ "last_opened_file_path": "C:/Users/Luke/Documents/Personal Projects/Termix/frontend",
+ "node.js.detected.package.eslint": "true",
+ "node.js.detected.package.tslint": "true",
+ "node.js.selected.package.eslint": "(autodetect)",
+ "node.js.selected.package.tslint": "(autodetect)",
+ "nodejs_package_manager_path": "npm",
+ "npm.run_start.executor": "Run",
+ "npm.run_start_frontend.executor": "Run",
+ "npm.run_start_node_backend.executor": "Run",
+ "npm.run_start_vite.executor": "Run",
+ "npm.start.executor": "Run",
+ "settings.editor.selected.configurable": "ml.llm.LLMConfigurable",
+ "ts.external.directory.path": "D:\\Program Files (x86)\\Applications\\Jetbrains Webstorm\\WebStorm 2024.3.1\\plugins\\javascript-plugin\\jsLanguageServicesImpl\\external",
+ "vue.rearranger.settings.migration": "true"
}
-}]]>
+}
@@ -103,8 +106,8 @@
-
+
@@ -133,7 +136,8 @@
-
+
+
@@ -407,7 +411,15 @@
1733887722496
-
+
+
+ 1733887980750
+
+
+
+ 1733887980750
+
+
@@ -425,7 +437,6 @@
-
@@ -450,6 +461,7 @@
-
+
+
\ No newline at end of file
diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx
index 3d1e6649..c7d21ece 100644
--- a/frontend/src/App.jsx
+++ b/frontend/src/App.jsx
@@ -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}`);