From 47119bf4d0cf0b980f9ccbd32e6dea0af47f4ff6 Mon Sep 17 00:00:00 2001 From: Karmaa <88517757+LukeGus@users.noreply.github.com> Date: Sat, 8 Mar 2025 01:29:31 -0600 Subject: [PATCH] Updated Manual (markdown) --- Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index d7ef11d..eca0814 100644 --- a/Manual.md +++ b/Manual.md @@ -15,4 +15,4 @@ to run without building (not recommended). To start the connection websocket, go ```sh node server.cjs ``` -This will start the websocket on port 8081. Changes are required to the App.jsx to allow for connection via port instead of appending /ws to the address. This is fixed if you run it via nginx via the nginx.conf in the docker directory. \ No newline at end of file +This will start the websocket on port 8081. \ No newline at end of file