Files
mudita-center/libs/app-utils/common/project.json
Michał Kurczewski de888225e8 [CP-3597] App update process (#2553)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Daniel Karski <daniel.karski5q@gmail.com>
2025-07-04 14:26:18 +02:00

10 lines
300 B
JSON

{
"name": "app-utils/common",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/app-utils/common/src",
"projectType": "library",
"tags": ["type:utils"],
"// targets": "to see all targets run: nx show project app-utils/common --web",
"targets": {}
}