Merge pull request #21632 from davidfestal/support-additional-config-schemas
Support external config schemas in the backend
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user