Files
z-elements/apps/showcase-e2e/project.json
2024-08-12 17:44:58 +02:00

21 lines
524 B
JSON

{
"name": "showcase-e2e",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/showcase-e2e/src",
"projectType": "application",
"tags": [],
"implicitDependencies": ["showcase"],
"targets": {
"e2e": {
"executor": "@nx/playwright:playwright",
"outputs": ["{workspaceRoot}/dist/.playwright/apps/showcase-e2e"],
"options": {
"config": "apps/showcase-e2e/playwright.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}