nx/e2e/web/project.json

12 lines
243 B
JSON

{
"name": "e2e-web",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/web",
"projectType": "application",
"targets": {
"e2e": {},
"run-e2e-tests": {}
},
"implicitDependencies": ["web"]
}