refactor: Refine workspace project types

- Explicitly type `project` in `WorkspacePage`
- Add `typecheck` script to `package.json`
- Improve type safety and development experience
This commit is contained in:
Yusuf İpek
2026-02-07 17:13:32 +03:00
parent 98df611bf7
commit eef03a970c
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"db:generate": "prisma generate",
"db:push": "prisma db push",
"db:migrate": "prisma migrate deploy",