mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-26 07:22:10 -05:00
3 lines
174 B
TypeScript
3 lines
174 B
TypeScript
export const REPO_URL = 'https://gitlab.insrt.uk/revolt/revite/-/commit';
|
|
export const GIT_REVISION = '__GIT_REVISION__';
|
|
export const GIT_BRANCH: string = '__GIT_BRANCH__';
|