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:
Matthieu Riegler 2025-09-16 16:28:02 +02:00 committed by Jessica Janiuk
parent 9f64d1a1de
commit 444fd01acc

View file

@ -148,7 +148,7 @@ ng_application(
project_name = "angular-dev",
serve_args = config_based_architect_flags + [
"--port",
"0",
"4201",
],
)