Initial work on the backend/next setup for the catalog

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: blam <ben@blam.sh>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-06-15 14:27:23 +02:00
committed by Patrik Oldsberg
parent 4ad817262c
commit 39b24c78fe
19 changed files with 697 additions and 34 deletions
+3 -1
View File
@@ -33,7 +33,9 @@
"clean": "backstage-cli package clean",
"start": "backstage-cli package start"
},
"dependencies": {},
"dependencies": {
"@backstage/config": "^1.0.1"
},
"devDependencies": {
"@backstage/cli": "^0.17.2-next.0"
},