Merge pull request #25864 from backstage/djam/add-config

chore: add packages config to backend-app-api
This commit is contained in:
Djam
2024-07-31 14:54:35 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Added configuration for the `packages` options to config schema
+1
View File
@@ -287,6 +287,7 @@ export interface Config {
}
>;
};
packages?: 'all' | { include?: string[]; exclude?: string[] };
};
/** Discovery options. */