Files
spacedrive/apps/web/src/env.d.ts
2022-05-22 23:24:43 -05:00

10 lines
165 B
TypeScript

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