fix(gitpod): notify user for open port (#46005)

This commit is contained in:
Mrugesh Mohapatra
2022-05-17 22:00:07 +05:30
committed by GitHub
parent df10ffd65c
commit c1dc0332e7

View File

@@ -3,7 +3,7 @@ ports:
- port: 27017 # mongodb
onOpen: ignore
- port: 8000 # client
onOpen: open-browser
onOpen: notify
visibility: public
- port: 9228 # node debug
onOpen: ignore