Files
spacedrive/apps/web/src/env.d.ts
2023-01-12 18:56:26 +08:00

10 lines
163 B
TypeScript

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