mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-12 18:29:57 -05:00
7 lines
302 B
TypeScript
7 lines
302 B
TypeScript
/* eslint-disable */
|
|
// Strings needs to be explictly stated here as they can cause type issues elsewhere.
|
|
|
|
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__";
|