mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: update Angular CLI help [main] (#54276)
Updated Angular CLI help contents. PR Close #54276
This commit is contained in:
parent
0763fba97f
commit
2d3fc31c83
2 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"branchName": "refs/heads/main",
|
||||
"sha": "a94acf26a8d67c87e9acc10bea4aece46216924a"
|
||||
"sha": "3c68947ce7fb3d3a9cfac71bc6d184939c7b1253"
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue