chore: clean up lint/type issues and tighten comment media URL validation

This commit is contained in:
Yusuf İpek
2026-02-23 16:06:43 +03:00
parent 609b33bbcb
commit d15e5192ac
19 changed files with 61 additions and 86 deletions
+2 -1
View File
@@ -7,8 +7,9 @@
"prebuild": "bun run typecheck",
"build": "next build",
"start": "next start",
"lint": "eslint",
"lint": "eslint --max-warnings=0",
"typecheck": "tsc --noEmit",
"check": "bun run lint && bun run typecheck",
"postinstall": "prisma generate",
"db:generate": "prisma generate",
"db:push": "prisma db push",