{
  "cli": "nx",
  "id": "export",
  "description": "Exports a next app app using @nrwl/next:export with an optional explicit environment",
  "type": "object",
  "properties": {
    "env": {
      "type": "string",
      "description": "Target environment to run the application in. This assumes an .env file present in the project's root in the following format: .env.{envName}"
    },
    "buildLibsFromSource": {
      "type": "boolean",
      "description": "Read buildable libraries from source instead of building them separately.",
      "default": true
    }
  },
  "required": ["root", "outputPath"]
}