Merge pull request #2037 from automatisch/refactor-async-errors
refactor: Use express-async-errors instead of express-async-handler
This commit is contained in:
		@@ -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"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user