@robby-rabbitman/nx-plus-web-dev-server
Version:
Web Dev Server plugin for Nx workspaces.
27 lines (26 loc) • 944 B
JSON
{
"$schema": "https://json-schema.org/draft-07/schema",
"cli": "nx",
"$id": "RobbyRabbitmanNxPlusWebDevServerInit",
"title": "Initializes '@robby-rabbitman/nx-plus-web-dev-server' in a nx workspace.",
"description": "Registers '@robby-rabbitman/nx-plus-web-dev-server/plugins/web-dev-server' in the 'nx.json'.",
"type": "object",
"properties": {
"serveTargetName": {
"description": "The name of the Web Dev Server serve target.",
"examples": ["serve", "web-dev-server"],
"type": "string",
"default": "serve"
},
"skipFormat": {
"description": "Whether to skip formatting the updated files.",
"type": "boolean",
"default": false
},
"skipAddPlugin": {
"description": "Whether to skip adding the plugin.",
"type": "boolean",
"default": false
}
}
}