Files
imphnen-frontend-service/apps/landing-e2e/project.json
T

11 lines
313 B
JSON
Raw Normal View History

2025-04-26 20:32:58 +07:00
{
"name": "landing-e2e",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/landing-e2e/src",
"tags": [],
"implicitDependencies": ["landing"],
"// targets": "to see all targets run: nx show project landing-e2e --web",
"targets": {}
}