mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-13 18:59:22 -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__";
|