refactor: Add explicit types for workspace and project member checks

This commit is contained in:
Yusuf İpek
2026-02-07 17:28:46 +03:00
parent d01c2247b5
commit 49c3ac61ea
7 changed files with 9 additions and 8 deletions
+1
View File
@@ -9,6 +9,7 @@
"start": "next start",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"postinstall": "prisma generate",
"db:generate": "prisma generate",
"db:push": "prisma db push",
"db:migrate": "prisma migrate deploy",