mirror of
https://github.com/mudita/mudita-center.git
synced 2026-08-01 18:38:41 -04:00
10 lines
299 B
JSON
10 lines
299 B
JSON
{
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"// targets": "to see all targets run: nx show project e2e-mock/server --web",
|
|
"name": "e2e-mock/server",
|
|
"projectType": "library",
|
|
"sourceRoot": "libs/e2e-mock/server/src",
|
|
"tags": ["process:main"],
|
|
"targets": {}
|
|
}
|