support custom port for web and api via cli args

This commit is contained in:
liamcottle
2024-04-24 16:17:09 +12:00
parent 46d6760698
commit d24f684a2f
2 changed files with 41 additions and 1 deletions

View File

@ -129,6 +129,8 @@ node src/index.js
# Server running at http://127.0.0.1:8080
```
> Note: You can also use a custom port with `--port 8123`
## Upgrading
Run the following commands from inside the `meshtastic-map` repo.