Dental v1 done

This commit is contained in:
2025-05-21 16:54:25 +05:30
parent b46824ff98
commit 4d9678a0ea
26 changed files with 81 additions and 47 deletions

View File

@@ -12,7 +12,8 @@
"type": "commonjs",
"exports": {
"./client": "./src/index.ts",
"./shared/schemas" : "./shared/schemas/index.ts"
"./shared/schemas" : "./shared/schemas/index.ts",
"./usedSchemas" : "./usedSchemas/index.ts"
},
"dependencies": {
"@prisma/client": "^6.7.0",