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

@@ -6,6 +6,7 @@
"dev": "turbo run migrate && turbo dev",
"migrate": "turbo migrate",
"lint": "turbo lint",
"studio": "turbo run studio",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {