backend-app-api: refactor hostFactory into createHttpServer

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-04 17:52:38 +01:00
parent 64f40724d5
commit 950e0392aa
5 changed files with 137 additions and 84 deletions
+3 -1
View File
@@ -48,12 +48,14 @@
"minimatch": "^5.0.0",
"node-forge": "^1.3.1",
"selfsigned": "^2.0.0",
"stoppable": "^1.1.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/fs-extra": "^9.0.3",
"@types/node-forge": "^1.3.0"
"@types/node-forge": "^1.3.0",
"@types/stoppable": "^1.1.0"
},
"files": [
"dist",