Fix review comments: remove schemaDiscovery service

Signed-off-by: David Festal <dfestal@redhat.com>
This commit is contained in:
David Festal
2024-02-12 19:13:01 +01:00
parent 84fcbc49d6
commit 2fb527dd34
38 changed files with 513 additions and 551 deletions
+3 -1
View File
@@ -29,7 +29,9 @@
],
"dependencies": {
"@backstage/backend-plugin-api": "workspace:^",
"@backstage/config-loader": "workspace:^",
"@types/express": "^4.17.6",
"express": "^4.17.1"
"express": "^4.17.1",
"fs-extra": "10.1.0"
}
}