fix: inject app version from package.json instead of hardcoded 1.0.0

- Add Vite define for __APP_VERSION__ from package.json
- Use dynamic version in gateway connect handshake and userAgent
- Show version number in sidebar footer
- Add globals.d.ts type declaration
This commit is contained in:
Nicolas Varrot
2026-02-12 09:37:28 +00:00
parent 7905f64f37
commit 3c5fcdfc73
4 changed files with 9 additions and 3 deletions

1
src/globals.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
declare const __APP_VERSION__: string;