{
  "version": 2,
  "outputCapture": "direct-nodejs",
  "$schema": "http://json-schema.org/schema",
  "cli": "nx",
  "title": "DevServer executor",
  "description": "",
  "type": "object",
  "properties": {
    "port": {
      "type": "number",
      "description": "Use specified port.",
      "default": 3000
    },
    "host": {
      "type": "string",
      "description": "Use specified host.",
      "default": "localhost"
    },
    "hotOnly": {
      "type": "boolean",
      "description": "Do not fallback to page refresh if hot reload fails.",
      "default": false
    },
    "open": {
      "type": "boolean",
      "description": "Open page in the browser.",
      "default": false
    }
  },
  "required": []
}
