5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
// env.d.ts
|
|
/// <reference types="vite/client" />
|
|
|
|
declare const __APP_VERSION__: string;
|