plugins/app-backend: add env config injection

This commit is contained in:
Patrik Oldsberg
2020-08-17 11:51:13 +02:00
parent c13de0b115
commit 35e1af6efa
5 changed files with 221 additions and 0 deletions
+2
View File
@@ -22,9 +22,11 @@
},
"dependencies": {
"@backstage/backend-common": "^0.1.1-alpha.18",
"@backstage/config-loader": "^0.1.1-alpha.18",
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"fs-extra": "^9.0.0",
"winston": "^3.2.1",
"yn": "^4.0.0"
},