backend-app-api: forklift sevrice factory config from backend-common

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-04 15:09:30 +01:00
parent b777869011
commit 7695c5a44c
5 changed files with 19 additions and 1 deletions
+10 -1
View File
@@ -36,15 +36,24 @@
"@backstage/backend-common": "workspace:^",
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/backend-tasks": "workspace:^",
"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/plugin-permission-node": "workspace:^",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.6",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"fs-extra": "10.1.0",
"minimatch": "^5.0.0",
"node-forge": "^1.3.1",
"selfsigned": "^2.0.0",
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "workspace:^"
"@backstage/cli": "workspace:^",
"@types/fs-extra": "^9.0.3",
"@types/node-forge": "^1.3.0"
},
"files": [
"dist",
+9
View File
@@ -3381,11 +3381,20 @@ __metadata:
"@backstage/backend-plugin-api": "workspace:^"
"@backstage/backend-tasks": "workspace:^"
"@backstage/cli": "workspace:^"
"@backstage/config": "workspace:^"
"@backstage/errors": "workspace:^"
"@backstage/plugin-permission-node": "workspace:^"
"@types/cors": ^2.8.6
"@types/express": ^4.17.6
"@types/fs-extra": ^9.0.3
"@types/node-forge": ^1.3.0
cors: ^2.8.5
express: ^4.17.1
express-promise-router: ^4.1.0
fs-extra: 10.1.0
minimatch: ^5.0.0
node-forge: ^1.3.1
selfsigned: ^2.0.0
winston: ^3.2.1
languageName: unknown
linkType: soft