Skip to content

Commit 78f7571

Browse files
Fix fermi page formatting
1 parent fed7bb8 commit 78f7571

File tree

1 file changed

+3
-1
lines changed
  • docs/setup/clients/fermi

1 file changed

+3
-1
lines changed

docs/setup/clients/fermi/web.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ bun run start
6060

6161
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`
6262

63-
!!! warning ***DO NOT*** edit the default port in index.ts, use `Environment=PORT=1234` in your systemd service file instead!
63+
!!! warning
64+
65+
***DO NOT*** edit the default port in index.ts, use `Environment=PORT=1234` in your systemd service file instead!
6466

6567
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.
6668

0 commit comments

Comments
 (0)