nx/nx-dev/ui-react/project.json
Mike Hartington 68c481f7d1
feat(nx-dev): add React landing page (#30612)
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2025-04-16 07:59:43 -04:00

10 lines
263 B
JSON

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