Reads version from root package.json at build time and injects it as __APP_VERSION__ via Vite define, replacing the hardcoded "API v3".
2 lines
39 B
TypeScript
2 lines
39 B
TypeScript
declare const __APP_VERSION__: string;
|