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