Files
PinchChat/src/globals.d.ts
Nicolas Varrot 3c5fcdfc73 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
2026-02-12 09:37:28 +00:00

2 lines
39 B
TypeScript

declare const __APP_VERSION__: string;