add to config

Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
aramissennyeydd
2025-01-17 18:31:05 -05:00
parent ff2c41bff5
commit 34f0025677
+10
View File
@@ -1249,5 +1249,15 @@ export interface Config {
*/
plugins: string[];
}>;
/**
* A list of deployed Backstage instances that can be crawled for discovery.
*/
instances: Array<{
/**
* The base URL of the instance. All /.backstage/ routes should be accessible.
*/
baseUrl: string | { internal: string; external: string };
}>;
};
}