11 lines
309 B
JSON
11 lines
309 B
JSON
{
|
|
"name": "frontend-e2e",
|
|
"$schema": "../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "application",
|
|
"sourceRoot": "frontend-e2e/src",
|
|
"tags": [],
|
|
"implicitDependencies": ["frontend"],
|
|
"// targets": "to see all targets run: nx show project frontend-e2e --web",
|
|
"targets": {}
|
|
}
|