Fix review comments

Signed-off-by: David Festal <dfestal@redhat.com>
This commit is contained in:
David Festal
2023-08-28 17:52:06 +02:00
parent 23e4a9f6b6
commit 66849e0677
14 changed files with 158 additions and 69 deletions
-2
View File
@@ -15,11 +15,9 @@
*/
export interface Config {
/** @visibility frontend */
dynamicPlugins?: {
/**
* The local path, relative to the backstage root, that contains dynamic plugins.
* @visibility frontend
*/
rootDirectory: string;
};