ui/ health checklist

This commit is contained in:
Leon van Zyl
2025-08-13 12:13:16 +02:00
parent 863906de86
commit 9dcb5aa9e3
9 changed files with 1013 additions and 401 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"build": "pnpm run db:migrate && next build",
"start": "next start",
"lint": "next lint",
"db:generate": "drizzle-kit generate",
@@ -28,7 +28,7 @@
"postgres": "^3.4.7",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-markdown": "^8.0.6",
"react-markdown": "^10.1.0",
"tailwind-merge": "^3.3.1",
"zod": "^4.0.17"
},