Skip to content
Snippets Groups Projects
Unverified Commit fec6251f authored by Tobias's avatar Tobias Committed by GitHub
Browse files

chore(constants): export PLATFORM_HOST_TYPES constant as value (#30642)

parent 9f077517
No related branches found
No related tags found
No related merge requests found
export type PlatformId = export const PLATFORM_HOST_TYPES = [
| 'azure' 'azure',
| 'codecommit' 'bitbucket',
| 'bitbucket' 'bitbucket-server',
| 'bitbucket-server' 'codecommit',
| 'gerrit' 'gerrit',
| 'gitea' 'gitea',
| 'github' 'github',
| 'gitlab' 'gitlab',
| 'local'; 'local',
] as const;
export type PlatformId = (typeof PLATFORM_HOST_TYPES)[number];
export const GITEA_API_USING_HOST_TYPES = [ export const GITEA_API_USING_HOST_TYPES = [
'gitea', 'gitea',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment