Files
nkode-web/src/vite-env.d.ts

11 lines
193 B
TypeScript

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