- Added httperrors

This commit is contained in:
Florian Sylvain
2022-11-10 14:05:23 +01:00
parent f3985633d9
commit 2715df2678
2 changed files with 38 additions and 3 deletions
+3 -1
View File
@@ -4,7 +4,8 @@
"private": true,
"type": "module",
"scripts": {
"start": "npx prisma migrate deploy && node app.js"
"start": "npx prisma migrate deploy && node app.js",
"dev": "node app.js"
},
"dependencies": {
"@prisma/client": "^4.6.0",
@@ -12,6 +13,7 @@
"dotenv": "^16.0.3",
"express": "~4.16.1",
"http-errors": "~2.0.0",
"httperrors": "^2.3.0",
"morgan": "~1.9.1",
"prisma": "^4.6.0"
}