Skip to content

Commit 6000e38

Browse files
committed
Add Express as a dep and regenerate lockfile
The Express types were throwing errors but regenerating the lockfile resolved them.
1 parent 2928d36 commit 6000e38

File tree

2 files changed

+675
-361
lines changed

2 files changed

+675
-361
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
},
3131
"main": "out/node/entry.js",
3232
"devDependencies": {
33+
"@types/express": "^4.17.8",
3334
"@types/fs-extra": "^8.0.1",
3435
"@types/http-proxy": "^1.17.4",
3536
"@types/js-yaml": "^3.12.3",
@@ -67,6 +68,7 @@
6768
"dependencies": {
6869
"@coder/logger": "1.1.16",
6970
"env-paths": "^2.2.0",
71+
"express": "^4.17.1",
7072
"fs-extra": "^9.0.1",
7173
"http-proxy": "^1.18.0",
7274
"httpolyglot": "^0.1.2",

0 commit comments

Comments
 (0)