Files
medusa-store/packages/admin-next/dashboard/src/vite-env.d.ts

14 lines
299 B
TypeScript

// / <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_MEDUSA_ADMIN_BACKEND_URL: string
readonly VITE_MEDUSA_V2: "true" | "false"
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
declare const __BACKEND_URL__: string | undefined
declare const __BASE__: string