add to config
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
+10
@@ -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 };
|
||||
}>;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user