fix: prisma generate before build in render
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
name: eene-dashboard-backend
|
||||
runtime: node
|
||||
rootDir: backend
|
||||
buildCommand: npm install --include=dev && npm run build && npx prisma generate
|
||||
buildCommand: npm install --include=dev && npx prisma generate && npm run build
|
||||
startCommand: npm start
|
||||
envVars:
|
||||
- key: DATABASE_URL
|
||||
|
||||
Reference in New Issue
Block a user