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:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
declare const __APP_VERSION__: string;
|
||||
Reference in New Issue
Block a user