You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
460 B
17 lines
460 B
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "ng-cli://commands/serve.json",
|
|
"description": "Builds and serves your app, rebuilding on file changes.",
|
|
"$longDescription": "",
|
|
|
|
"$aliases": ["s"],
|
|
"$scope": "in",
|
|
"$type": "architect",
|
|
"$impl": "./serve-impl#ServeCommand",
|
|
|
|
"type": "object",
|
|
"allOf": [
|
|
{ "$ref": "./definitions.json#/definitions/architect" },
|
|
{ "$ref": "./definitions.json#/definitions/base" }
|
|
]
|
|
}
|