Expose Angular CLI serve port

When enabling angular, exposure to the default serve port is not done normally like it's done with VUE CLI
This commit is contained in:
Yidir 2020-04-28 03:12:26 +01:00 committed by GitHub
parent b6e11624fe
commit 5a28b9c4d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,6 +159,7 @@ services:
- "${WORKSPACE_BROWSERSYNC_UI_HOST_PORT}:3001"
- "${WORKSPACE_VUE_CLI_SERVE_HOST_PORT}:8080"
- "${WORKSPACE_VUE_CLI_UI_HOST_PORT}:8000"
- "${WORKSPACE_ANGULAR_CLI_SERVE_HOST_PORT}:4200"
tty: true
environment:
- PHP_IDE_CONFIG=${PHP_IDE_CONFIG}