Dynavera/project.json

9 lines
236 B
JSON
Raw Normal View History

2025-11-10 15:07:53 +00:00
{
"name": "web",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/web/src",
"// targets": "to see all targets run: nx show project web --web",
"targets": {}
}