Merge pull request #4189 from backstage/freben/no-fe-apps

integration: do not ship apps config to the frontend
This commit is contained in:
Fredrik Adelöw
2021-01-21 14:07:38 +01:00
committed by GitHub
+4 -2
View File
@@ -83,11 +83,13 @@ export interface Config {
*/
rawBaseUrl?: string;
/** GitHub Apps configuration */
/**
* GitHub Apps configuration
* @visibility backend
*/
apps?: Array<{
/**
* The numeric GitHub App ID
* @visibility frontend
*/
appId: number;
/**