10 lines
299 B
JSON
10 lines
299 B
JSON
{
|
|
"name": "overlay-e2e",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "application",
|
|
"sourceRoot": "apps/overlay-e2e/src",
|
|
"implicitDependencies": ["overlay"],
|
|
"// targets": "to see all targets run: nx show project overlay-e2e --web",
|
|
"targets": {}
|
|
}
|