Files
openconcho/packages/web/src/vite-env.d.ts
Offending Commit 7848d69524 feat(web): show app version in sidebar footer via Vite define
Reads version from root package.json at build time and injects it
as __APP_VERSION__ via Vite define, replacing the hardcoded "API v3".
2026-04-27 14:34:19 -05:00

2 lines
39 B
TypeScript

declare const __APP_VERSION__: string;