Merged PR 1612: added prisma

added prisma

Related work items: #16080
This commit is contained in:
Robert Bond
2025-05-12 12:33:18 +00:00
+2 -1
View File
@@ -9,7 +9,8 @@
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
"start2": "NODE_ENV=production node ./server/server.js",
"start": "NODE_ENV=production node_modules/next/dist/bin/next start",
"lint": "next lint"
"lint": "next lint",
"prisma:generate": "prisma generate"
},
"browser": {
"child_process": false