26 lines
830 B
JSON
26 lines
830 B
JSON
{
|
|
"name": "nx/web",
|
|
"version": "0.1",
|
|
"extends": ["@nx/workspace"],
|
|
"generators": {
|
|
"init": {
|
|
"factory": "./src/generators/init/init#webInitGenerator",
|
|
"schema": "./src/generators/init/schema.json",
|
|
"description": "Add `@nrwl/web` to a project.",
|
|
"hidden": true
|
|
},
|
|
"application": {
|
|
"factory": "./src/generators/application/application#applicationGeneratorInternal",
|
|
"schema": "./src/generators/application/schema.json",
|
|
"aliases": ["app"],
|
|
"x-type": "application",
|
|
"description": "Create an web application."
|
|
},
|
|
"static-config": {
|
|
"factory": "./src/generators/static-serve/static-serve-configuration",
|
|
"schema": "./src/generators/static-serve/schema.json",
|
|
"description": "Add a new static-serve target to a project."
|
|
}
|
|
}
|
|
}
|