[PATCH] README clarity, explicit port config, and npm audit fix - #6
ficocelliguy wants to merge 1 commit into
Conversation
|
Hiding port option from default config is by the design of The deps are old now, I should definitely upgrade them. |
|
I was unable to find exactly what was colliding on port 12345 on my local, but picking any other port allowed me to successfully get a connection. Even if |
|
( I chose 31337 just to fit the Snow Crash / h4x0r theme of Bitburner, clearly its an elite/31337 game XD) |
|
The default port used by viteburner is written in README and the current one will shown on console so I don't think it will be difficult to find out which port viteburner is using. It may be a bit difficult to find where to change it though. I'll consider to add To detect using port by applications, you can use |
Improved the readme to be more clear as to which menus you are looking for (steam version has menus at the top, but only very limited remote API controls from there) and how to debug some issues
Added the port config explicitly to the viteburner config file, to make for easier debugging, and changed the suggested port to one that is less likely to collide with other apps
Ran
npm audit fixto update dependencies and remove vulnerability warnings