mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
4 lines
194 B
TypeScript
4 lines
194 B
TypeScript
export const REPO_URL: string =
|
|
"https://gitlab.insrt.uk/revolt/revite/-/commit";
|
|
export const GIT_REVISION: string = "__GIT_REVISION__";
|
|
export const GIT_BRANCH: string = "__GIT_BRANCH__";
|