updated gitignore,package lock for node 20 pipeline

This commit is contained in:
2025-05-13 13:54:23 +01:00
parent e7e7aac652
commit e3546e29a7
5 changed files with 11314 additions and 23 deletions
+5 -5
View File
@@ -7,9 +7,10 @@
"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",
"start2": "NODE_ENV=production node 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
@@ -48,8 +49,7 @@
"moment": "^2.29.4",
"multiparty": "^4.2.3",
"mysql": "^2.18.1",
"nanoid": "^3.2.0",
"next": "14.1.2",
"next": "^14.2.28",
"next-auth": "^4.24.4",
"next-build-id": "^3.0.0",
"next-connect": "^0.12.2",
@@ -104,4 +104,4 @@
"eslint-plugin-jsdoc": "^48.2.3",
"prisma": "^5.0.0"
}
}
}