You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup/clients/fermi/web.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,9 @@ bun run start
58
58
```
59
59
!!! note
60
60
61
-
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`
61
+
Fermi defaults 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`
62
+
63
+
!!! warning ***DO NOT*** edit the default port in index.ts, use `Environment=PORT=1234` in your systemd service file instead!
62
64
63
65
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.
0 commit comments