Adding asyncMiddleware.

This commit is contained in:
John Livingston
2021-05-03 20:06:36 +02:00
parent a74954a0cb
commit d2e36344af
5 changed files with 50 additions and 19 deletions

View File

@ -22,6 +22,7 @@
"assets/style.css"
],
"dependencies": {
"async": "^3.2.0",
"body-parser": "^1.19.0",
"decache": "^4.6.0",
"express-http-proxy": "^1.6.2"
@ -29,6 +30,7 @@
"devDependencies": {
"@purtuga/esm-webpack-plugin": "^1.1.1",
"@tsconfig/node12": "^1.0.7",
"@types/async": "^3.2.6",
"@types/express": "^4.17.11",
"@types/express-http-proxy": "^1.6.1",
"@types/node": "^14.14.37",