show version

This commit is contained in:
Julian Freeman
2026-04-17 17:57:31 -04:00
parent 7cf3622294
commit 837012d57f
4 changed files with 27 additions and 1 deletions

2
src/vite-env.d.ts vendored
View File

@@ -5,3 +5,5 @@ declare module "*.vue" {
const component: DefineComponent<{}, {}, any>;
export default component;
}
declare const __APP_VERSION__: string;