pre prod fixes

This commit is contained in:
2024-07-04 11:29:35 +01:00
parent 8b2dc95e84
commit 07de9705e4
6 changed files with 35 additions and 9 deletions
+4 -3
View File
@@ -7,6 +7,7 @@
"debugdev": "NODE_OPTIONS='--inspect' next dev",
"dev:app": "node ./server/server.js",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
"start2": "NODE_ENV=production node ./server/server.js",
"start": "node_modules/next/dist/bin/next start",
"lint": "next lint"
},
@@ -43,13 +44,14 @@
"multiparty": "^4.2.3",
"mysql": "^2.18.1",
"nanoid": "^3.2.0",
"next": "^14.0.1",
"next": "14.1.2",
"next-auth": "^4.24.4",
"next-build-id": "^3.0.0",
"next-connect": "^0.12.2",
"next-redux-wrapper": "^7.0.5",
"next-swagger-doc": "^0.4.0",
"next-translate": "^2.6.2",
"next-translate-plugin": "^2.6.2",
"nodemailer": "^6.9.7",
"nookies": "^2.5.2",
"notifications-node-client": "^7.0.6",
@@ -87,7 +89,6 @@
"eslint": "^8.6.0",
"eslint-config-next": "^14.0.1",
"eslint-plugin-jsdoc": "^48.2.3",
"next-translate-plugin": "^2.6.2",
"prisma": "^5.0.0"
}
}
}