backend-app-api: add missing @types/express dep

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-12-30 10:53:06 +01:00
parent 02b119ff93
commit 6518fbb3c8
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -43,7 +43,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "workspace:^"
"@backstage/cli": "workspace:^",
"@types/express": "^4.17.6"
},
"files": [
"dist",