mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(gitpod): notify user for open port (#46005)
This commit is contained in:
committed by
GitHub
parent
df10ffd65c
commit
c1dc0332e7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user