nx/nx-dev/ui-customers/project.json
Nicholas Cunningham 82831bcee6
feat(nx-dev): add customers & company pages (#26813)
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2024-07-12 11:22:35 -04:00

10 lines
275 B
JSON

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