inventory-pro / frontend /src /vite-env.d.ts
Amirm8950
MERN Inventory: working backend + frontend
8b8b6f5
raw
history blame contribute delete
158 Bytes
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_BASE: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}