Add version number display to UI header

Inject app version (v1.0.0) at build time via Vite define config
and display it below the title in muted text.
This commit is contained in:
2026-03-13 15:45:58 -04:00
parent 10b56789e2
commit 5c598d1fc6
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
/// <reference types="vite/client" />
declare const __APP_VERSION__: string;