nx/e2e/utils/project.json
2024-04-25 10:13:03 -04:00

9 lines
241 B
JSON

{
"name": "e2e-utils",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/utils",
"projectType": "library",
"// targets": "to see all targets run: nx show project e2e-utils --web",
"targets": {}
}