fix: use npx next build in cupadev build command

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Romain bogdanovic 2026-03-31 20:46:02 +02:00
parent 6459d0cfba
commit f7fb9aa6cd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"framework": "NEXTJS", "framework": "NEXTJS",
"buildCommand": "npx prisma db push --accept-data-loss && next build", "buildCommand": "npx prisma db push --accept-data-loss && npx next build",
"installCommand": "npm install --legacy-peer-deps", "installCommand": "npm install --legacy-peer-deps",
"outputDirectory": ".next", "outputDirectory": ".next",
"port": 3000, "port": 3000,