- Adds powerpack-gcs-cache plugin docs - Adds powerpack-azure-cache-plugin docs - Removes a duplicate rspack entry on the /nx-api page --------- Co-authored-by: Jonathan Cammisuli <jon@cammisuli.ca>
22 lines
693 B
JSON
22 lines
693 B
JSON
{
|
|
"name": "init",
|
|
"factory": "./src/generators/init/init",
|
|
"schema": {
|
|
"$schema": "http://json-schema.org/schema",
|
|
"id": "NxPowerpackEnterpriseCloudInit",
|
|
"title": "Add Powerpack Enterprise Cloud plugin to the workspace",
|
|
"type": "object",
|
|
"cli": "nx",
|
|
"properties": {},
|
|
"additionalProperties": false,
|
|
"required": [],
|
|
"presets": []
|
|
},
|
|
"description": "Initialize Nx Powerpack Enterprise Cloud config",
|
|
"implementation": "/libs/nx-packages/powerpack-enterprise-cloud/src/generators/init/init.ts",
|
|
"aliases": [],
|
|
"hidden": false,
|
|
"path": "/libs/nx-packages/powerpack-enterprise-cloud/src/generators/init/schema.json",
|
|
"type": "generator"
|
|
}
|