From 444fd01acc7dd256c8f6fe604ed360d5fdf86f90 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Tue, 16 Sep 2025 16:28:02 +0200 Subject: [PATCH] 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 --- adev/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/BUILD.bazel b/adev/BUILD.bazel index 7cb909b990c..90455a7c194 100644 --- a/adev/BUILD.bazel +++ b/adev/BUILD.bazel @@ -148,7 +148,7 @@ ng_application( project_name = "angular-dev", serve_args = config_based_architect_flags + [ "--port", - "0", + "4201", ], )