refactor: Simplify project type mapping in WorkspacePage

This commit is contained in:
Yusuf İpek
2026-02-07 17:21:44 +03:00
parent eef03a970c
commit d01c2247b5
2 changed files with 2 additions and 4 deletions
+1
View File
@@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "bun run typecheck",
"build": "next build",
"start": "next start",
"lint": "eslint",