{
  "$schema": "http://json-schema.org/schema",
  "cli": "nx",
  "title": "Start your Strapi application in development mode",
  "description": "Start your Strapi application in development mode",
  "type": "object",
  "properties": {
    "noBuild": {
      "type": "boolean",
      "description": "Disable build"
    },
    "watchAdmin": {
      "type": "boolean",
      "description": "Enable watch",
      "default": false
    },
    "browser": {
      "type": "boolean",
      "description": "Open the browser",
      "default": true
    }
  },
  "required": []
}
