nx/nx-dev/ui-pricing/project.json
Nicholas Cunningham a0ca85841f
feat(nx-dev): Migrate pricing page from nx.app (#27012)
Co-authored-by: Juri <juri.strumpflohner@gmail.com>
2024-07-25 10:14:51 -04:00

10 lines
269 B
JSON

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