GitHub user JuJinPark added a comment to the discussion: Can I change the local 
fronEnd port 4200 to other port?

You can do this by modifying the /web-app/package.json file
change
```
"start": "ng serve --proxy-config proxy.conf.json"
```
To:
```
"start": "ng serve --port {yourPortNumber} --proxy-config proxy.conf.json"
```
Then, simply run : yarn start

GitHub link: 
https://github.com/apache/hertzbeat/discussions/3104#discussioncomment-12319436

----
This is an automatically sent email for dev@hertzbeat.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@hertzbeat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hertzbeat.apache.org
For additional commands, e-mail: dev-h...@hertzbeat.apache.org

Reply via email to