Merge pull request #21632 from davidfestal/support-additional-config-schemas

Support external config schemas in the backend
This commit is contained in:
Patrik Oldsberg
2024-02-13 12:04:04 +01:00
committed by GitHub
23 changed files with 540 additions and 13 deletions
+3 -1
View File
@@ -34,7 +34,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"
}
}