mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
refactor(gitpod): update playwright, add mailhog and other ports (#56123)
This commit is contained in:
committed by
GitHub
parent
5c4fd56e60
commit
3ff2ef19bb
@@ -18,6 +18,14 @@ ports:
|
||||
visibility: public
|
||||
- port: 3300 # challenge editor client
|
||||
visibility: public
|
||||
- port: 8025 # MailHog
|
||||
visibility: public
|
||||
onOpen: ignore
|
||||
- port: 1025 # MailHog
|
||||
onOpen: ignore
|
||||
- port: 9323 # Playwright
|
||||
visibility: public
|
||||
onOpen: ignore
|
||||
|
||||
tasks:
|
||||
- before: |
|
||||
|
||||
Reference in New Issue
Block a user