chore: wiring up the catalog 📕

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-07-05 15:14:21 +02:00
committed by Patrik Oldsberg
parent 118ce976f1
commit 7e48611ba6
7 changed files with 90 additions and 9 deletions
+4 -2
View File
@@ -37,10 +37,12 @@
"@backstage/config": "^1.0.1",
"@backstage/backend-common": "^0.14.0",
"@backstage/plugin-permission-common": "^0.6.2",
"@backstage/backend-tasks": "^0.3.2"
"@backstage/backend-tasks": "^0.3.2",
"express": "^4.17.1"
},
"devDependencies": {
"@backstage/cli": "^0.17.2-next.0"
"@backstage/cli": "^0.17.2-next.0",
"@types/express": "^4.17.6"
},
"files": [
"dist",