integration: do not ship apps config to the frontend

This commit is contained in:
Fredrik Adelöw
2021-01-21 13:48:19 +01:00
parent 5ebe5dc83e
commit b7819bbc0f
+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;
/**