From fc192fdba1b59205fd4efc494a0bd88ffcde3eaf Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 13 Mar 2025 14:05:48 +0000 Subject: [PATCH] docs: update Angular CLI help [19.2.x] (#60371) Updated Angular CLI help contents. PR Close #60371 --- adev/src/content/cli/help/build-info.json | 2 +- adev/src/content/cli/help/serve.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adev/src/content/cli/help/build-info.json b/adev/src/content/cli/help/build-info.json index 49d63f38c15..2d2d8dd268d 100644 --- a/adev/src/content/cli/help/build-info.json +++ b/adev/src/content/cli/help/build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/19.2.x", - "sha": "da1d5784755500cc064c433e5a4754a1ff1946fd" + "sha": "dac84689c678014395acc670f3ccfa0cfa4f83b5" } \ No newline at end of file diff --git a/adev/src/content/cli/help/serve.json b/adev/src/content/cli/help/serve.json index 20882c5cf73..2414ec3ab5e 100644 --- a/adev/src/content/cli/help/serve.json +++ b/adev/src/content/cli/help/serve.json @@ -36,7 +36,7 @@ "name": "force-esbuild", "type": "boolean", "default": false, - "description": "Force the development server to use the 'browser-esbuild' builder when building. This is a developer preview option for the esbuild-based build system." + "description": "Force the development server to use the 'browser-esbuild' builder when building." }, { "name": "headers",