fix: use npx prisma 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:34:38 +02:00
parent 371bc7305b
commit 6459d0cfba
1 changed files with 1 additions and 1 deletions

View File

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