added reps/cons details on viewall

This commit is contained in:
2025-05-15 14:04:27 +01:00
parent 2fb7895234
commit ae007d18ad
2 changed files with 9 additions and 3 deletions
+3 -3
View File
@@ -8,8 +8,8 @@
"dev:app": "node ./server/server.js",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
"start2": "NODE_ENV=production node ./server.js",
"start3": "NODE_ENV=production node_modules/next/dist/bin/next start",
"start": "NODE_ENV=production next start",
"start3": "NODE_ENV=production next start",
"start": "NODE_ENV=production node_modules/next/dist/bin/next start",
"lint": "next lint",
"prisma:generate": "prisma generate"
},
@@ -105,4 +105,4 @@
"eslint-plugin-jsdoc": "^48.2.3",
"prisma": "^5.0.0"
}
}
}