feat: add footer with app version

This commit is contained in:
Jefferson Mantovani
2025-10-31 07:14:44 -03:00
parent 57714fac9b
commit d33d7f8538
3 changed files with 24 additions and 2 deletions

2
env.d.ts vendored
View File

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