| 1234567891011121314151617181920212223242526 |
- {
- "$schema": "http://json-schema.org/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" },
- {
- "type": "object",
- "properties": {
- "buildEventLog": {
- "type": "string",
- "description": "**EXPERIMENTAL** Output file path for Build Event Protocol events"
- }
- }
- }
- ]
- }
|