From 13d2dd6c3ae76452cf190f085d5c4c53b42e5dca Mon Sep 17 00:00:00 2001 From: Daniel Elliott Date: Mon, 29 Sep 2025 11:43:17 -0700 Subject: [PATCH] Update web.md adding where port is at in the source code for port change if needed --- docs/setup/clients/fermi/web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/clients/fermi/web.md b/docs/setup/clients/fermi/web.md index 13fe8c1..862bdde 100644 --- a/docs/setup/clients/fermi/web.md +++ b/docs/setup/clients/fermi/web.md @@ -58,7 +58,7 @@ bun run start ``` !!! note - Fermi defualts to opening on port 8080, if you want to change the port you'll need to change either the env variable PORT or put the port on the command you run, ex: `npm start ./dist/index.js 43` + Fermi defualts to opening on port 8080, if you want to change the port you'll need to change either the env variable PORT or put the port on the command you run, ex: `npm start ./dist/index.js 43`. This port can be changed in scr/index.ts line 193 If you're wanting to also develop Fermi, you'll need to start the typescript compiler in watch mode on the base directory of the project.