Skip to content

Commit bb3b4c6

Browse files
docs: update Angular CLI help [main] (angular#57890)
Updated Angular CLI help contents. PR Close angular#57890
1 parent fc59e2a commit bb3b4c6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/main",
3-
"sha": "68b183ea5aeefa555ca0f7c25955d3d759acb5f7"
3+
"sha": "889283399fd4e7938281dadfe4c33b446da7563e"
44
}

adev/src/content/cli/help/build.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,15 @@
166166
],
167167
"description": "Define the output filename cache-busting hashing mode."
168168
},
169+
{
170+
"name": "output-mode",
171+
"type": "string",
172+
"enum": [
173+
"static",
174+
"server"
175+
],
176+
"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)."
177+
},
169178
{
170179
"name": "output-path",
171180
"type": "string",

0 commit comments

Comments
 (0)