Initial project template

This commit is contained in:
Toni Koskinen
2026-03-26 11:01:01 +02:00
commit 1786acc75c
59 changed files with 18738 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "prisma-generated",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/prisma-generated/src",
"projectType": "library",
"tags": [],
"// targets": "to see all targets run: nx show project prisma-generated --web",
"targets": {}
}