mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
10 lines
158 B
TypeScript
10 lines
158 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare const appVersion: string;
|
|
|
|
interface ImportMetaEnv {}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|