Files
mudita-center/libs/app-store/utils/project.json
2025-06-02 12:56:26 +02:00

10 lines
297 B
JSON

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