Show Git revision in settings.

This commit is contained in:
Paul
2021-06-22 13:47:47 +01:00
parent feaec3f8d9
commit c52f1f5bca
6 changed files with 34 additions and 2 deletions

2
src/revision.ts Normal file
View File

@@ -0,0 +1,2 @@
export const GIT_REVISION = '__GIT_REVISION__';
export const REPO_URL = 'https://gitlab.insrt.uk/revolt/revite/-/commit';