Skip to content

Commit

Permalink
Make server port (8080) public
Browse files Browse the repository at this point in the history
Gitpod recently changed their default port visibility from public to
private. This made it impossible for the front end to automatically
connect to the trace server. Making the port used by the server (8080)
public solves this issue.

Fixes #415

Signed-off-by: Erica Bugden <erica.bugden@gmail.com>
  • Loading branch information
ebugden authored and MatthewKhouzam committed Jul 21, 2021
1 parent 69c6021 commit cb7d812
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ports:
onOpen: ignore
- port: 8080 # Trace Compass server
onOpen: ignore
visibility: public
tasks:
- init: >
yarn download:server
Expand Down

0 comments on commit cb7d812

Please sign in to comment.