Files
Reactive-Resume/apps/client/src/vite-env.d.ts
2023-11-05 12:31:42 +01:00

10 lines
158 B
TypeScript

/// <reference types="vite/client" />
declare const appVersion: string;
interface ImportMetaEnv {}
interface ImportMeta {
readonly env: ImportMetaEnv;
}