blob: efc7ba4089ae5cfa954f26cbf62d49a0e7b36334 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"$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" }
]
}
|