mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-25 11:42:58 +01:00
fix
This commit is contained in:
parent
5d3e05ba92
commit
da179f99d6
@ -58,7 +58,7 @@ bun run start
|
||||
```
|
||||
!!! note
|
||||
|
||||
Jank Client 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 so it'd be like node ./index.js 43
|
||||
Jank Client 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 ./index.js 43`
|
||||
|
||||
If you're wanting to also develop Jank Client, you'll need to start the type script compiler in watch mode on the base dir of the project.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user