app/apps/frontend/project.json
2024-08-21 11:26:35 +02:00

10 lines
261 B
JSON

{
"name": "frontend",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/frontend",
"projectType": "application",
"tags": [],
"// targets": "to see all targets run: nx show project frontend --web",
"targets": {}
}