build: Update Next.js application build artifacts and package configuration.

This commit is contained in:
2026-03-02 13:52:28 +01:00
parent 4b0c05cce0
commit 9ba17552e5
119 changed files with 147 additions and 121 deletions

View File

@@ -8,7 +8,7 @@
"scripts": {
"dev": "next dev",
"build": "npx prisma generate && next build",
"start": "npx prisma db push && next start",
"start": "npx prisma generate && npx prisma db push && next start",
"lint": "next lint"
},
"dependencies": {