4 lines
179 B
TypeScript
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__;
|