Files
mudita-center/libs/app-sql/models/project.json
2025-02-07 17:39:27 +01:00

10 lines
295 B
JSON

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