Merge pull request #2037 from automatisch/refactor-async-errors

refactor: Use express-async-errors instead of express-async-handler
This commit is contained in:
Ömer Faruk Aydın
2024-08-28 12:13:22 +03:00
committed by GitHub
22 changed files with 68 additions and 157 deletions

View File

@@ -39,7 +39,7 @@
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"express": "~4.18.2",
"express-async-handler": "^1.2.0",
"express-async-errors": "^3.1.1",
"express-basic-auth": "^1.2.1",
"express-graphql": "^0.12.0",
"fast-xml-parser": "^4.0.11",
@@ -107,7 +107,9 @@
"access": "public"
},
"nodemonConfig": {
"watch": [ "src/" ],
"watch": [
"src/"
],
"ext": "js"
}
}