nx/nx-dev/ui-blog/project.json
Jack Hsu 458f2cc1e8
feat(nx-dev): add nx blog (#22828)
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
Co-authored-by: Nicholas Cunningham <ndcunningham@gmail.com>
Co-authored-by: Benjamin Cabanes <3447705+bcabanes@users.noreply.github.com>
2024-04-29 17:04:37 -04:00

10 lines
260 B
JSON

{
"name": "ui-blog",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "nx-dev/ui-blog/src",
"projectType": "library",
"tags": [],
"// targets": "to see all targets run: nx show project ui-blog --web",
"targets": {}
}