@codelabai/nx
Version:
Currents plugin for Nx
16 lines (15 loc) • 377 B
JSON
{
"title": "Currents Target",
"description": "Currents target option for Build Facade",
"type": "object",
"outputCapture": "pipe",
"cli": "nx",
"properties": {
"cypressApiUrl": {
"type": "string",
"description": "Specify the endpoint for cypress agents to use",
"default": "https://cy.currents.dev"
}
},
"additionalProperties": true
}