feat: add git commit hash

This commit is contained in:
vimaexd 2025-07-21 19:49:55 +01:00
parent daaa819e6c
commit 1d4b121ea5
2 changed files with 9 additions and 2 deletions

View file

@ -28,6 +28,7 @@
import FollowersIcon from '@cf/icons/followers.svg';
const VERSION = APP_VERSION;
const COMMIT = APP_COMMIT;
const lang = Lang();
const dispatch = createEventDispatcher();
@ -184,7 +185,7 @@
{/if}
<span class="version">
campfire v{VERSION}
campfire v{VERSION} ({COMMIT})
<br>
<ul>
<li><a href="https://git.arimelody.me/blisstown/campfire">{lang.string('source')}</a></li>