Files
goldenChart/frontend/src/vite-env.d.ts
T
2026-06-15 10:31:44 +09:00

11 lines
201 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_APP_VERSION?: string;
readonly VITE_API_BASE_URL?: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}