Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/setup/clients/fermi/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down