10 lines
261 B
JSON
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": {}
|
|
}
|