docs: update Angular CLI help

Updated Angular CLI help contents.
This commit is contained in:
Angular Robot 2025-11-04 17:39:45 +00:00 committed by Andrew Scott
parent 1b6d0cff40
commit dd7cb3d3da
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{
"branchName": "refs/heads/20.3.x",
"sha": "01bc2b43dacc1951366afb57ece0a516ab05f422"
"sha": "a45689bc900c3c00f4f85edc50df557ed87151d0"
}

View file

@ -172,7 +172,7 @@
"server",
"static"
],
"description": "Defines the build output target. 'static': Generates a static site for deployment on any static hosting service. 'server': Produces an application designed for deployment on a server that supports server-side rendering (SSR)."
"description": "Defines the type of build output artifact. 'static': Generates a static site build artifact for deployment on any static hosting service. 'server': Generates a server application build artifact, required for applications using hybrid rendering or APIs."
},
{
"name": "output-path",