Files
galaxy-game/ui/frontend/src/lib/version.ts
T
Ilia Denisov 7cc18159e9 phase 1
2026-05-07 07:18:55 +02:00

4 lines
179 B
TypeScript

// APP_VERSION is the package.json "version" field, inlined at build time
// by the Vite `define` plugin (see vite.config.ts).
export const APP_VERSION: string = __APP_VERSION__;