nx/e2e/playwright/project.json

11 lines
239 B
JSON

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