chore: add packages config to backend-app-api

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2024-07-31 14:25:16 +02:00
parent 23af0b6d0b
commit 80a0737fac
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Add `packages` to backend-app-api configuration schema
+5
View File
@@ -287,6 +287,11 @@ export interface Config {
}
>;
};
/**
* @visibility frontend
* @deepVisibility frontend
*/
packages?: 'all' | { include?: string[]; exclude?: string[] };
};
/** Discovery options. */