docs: update Angular CLI help [main] (#54276)

Updated Angular CLI help contents.

PR Close #54276
This commit is contained in:
Angular Robot 2024-02-06 16:04:57 +00:00 committed by Jessica Janiuk
parent 0763fba97f
commit 2d3fc31c83
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{
"branchName": "refs/heads/main",
"sha": "a94acf26a8d67c87e9acc10bea4aece46216924a"
"sha": "3c68947ce7fb3d3a9cfac71bc6d184939c7b1253"
}

View file

@ -86,6 +86,11 @@
"default": 4200,
"description": "Port to listen on."
},
{
"name": "prebundle",
"type": "boolean",
"description": "Enable and control the Vite-based development server's prebundling capabilities. To enable prebundling, the Angular CLI cache must also be enabled. This option has no effect when using the 'browser' or other Webpack-based builders."
},
{
"name": "project",
"type": "string",