- 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
2 lines
39 B
TypeScript
2 lines
39 B
TypeScript
declare const __APP_VERSION__: string;
|