mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(docs-infra): Use port 4201 for adev (#63834)
Having a changing port might be annoying. The best compromise is probably to use a less common port than the default used by the CLI. PR Close #63834
This commit is contained in:
parent
9f64d1a1de
commit
444fd01acc
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ ng_application(
|
|||
project_name = "angular-dev",
|
||||
serve_args = config_based_architect_flags + [
|
||||
"--port",
|
||||
"0",
|
||||
"4201",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue