mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-11 02:56:39 -04:00
10 lines
165 B
TypeScript
10 lines
165 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
interface ImportMetaEnv {
|
|
readonly VITE_SDSERVER_BASE_URL: string;
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv;
|
|
}
|