Files
solelog/apps/admin/src/vite-env.d.ts
2026-06-17 18:56:28 +02:00

10 lines
158 B
TypeScript

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