mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: update Angular CLI help
Updated Angular CLI help contents.
This commit is contained in:
parent
1b6d0cff40
commit
dd7cb3d3da
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"branchName": "refs/heads/20.3.x",
|
||||
"sha": "01bc2b43dacc1951366afb57ece0a516ab05f422"
|
||||
"sha": "a45689bc900c3c00f4f85edc50df557ed87151d0"
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue