[+] Display splash and app version in frontend

This commit is contained in:
Azalea
2024-03-03 14:45:15 -05:00
parent c821626dc1
commit e842a37654
3 changed files with 15 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
/// <reference types="svelte" />
/// <reference types="vite/client" />
declare const APP_VERSION: string;