projecte_ionic/node_modules/@angular/cli/commands/serve.json
2022-02-09 18:30:03 +01:00

17 lines
460 B
JSON
Executable file

{
"$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" }
]
}