fixed intelli crashing due to big zod file

This commit is contained in:
PxlLoewe
2025-04-24 10:05:52 -07:00
parent f6e4449f68
commit 9ce397f337
6 changed files with 19 additions and 13 deletions

View File

@@ -7,7 +7,8 @@
"scripts": {
"generate": "npx prisma generate && npx prisma generate zod",
"migrate": "npx prisma migrate dev",
"deploy": "npx prisma migrate deploy"
"deploy": "npx prisma migrate deploy",
"dev": "npx prisma studio"
},
"exports": {
".": "./index.ts",