constants.ts 194 字节
Newer Older
1
export const GITLAB_COM_URL = 'https://gitlab.com';
2
export const REVIEW_URI_SCHEME = 'gl-review';
3 4
export const CONFIG_NAMESPACE = 'gitlab';
export const CONFIG_CUSTOM_QUERIES = 'customQueries';