This commit is contained in:
bkellam 2025-10-30 22:29:00 -07:00
parent 276a802a1e
commit 01e2d656e7

View file

@ -4,9 +4,9 @@ import path from "path";
export const SINGLE_TENANT_ORG_ID = 1;
export const PERMISSION_SYNC_SUPPORTED_CODE_HOST_TYPES = [
CodeHostType.github,
CodeHostType.gitlab,
export const PERMISSION_SYNC_SUPPORTED_CODE_HOST_TYPES: CodeHostType[] = [
'github',
'gitlab',
];
export const REPOS_CACHE_DIR = path.join(env.DATA_CACHE_DIR, 'repos');