Files
SPlayer/env.d.ts

6 lines
133 B
TypeScript
Raw Permalink Normal View History

export interface MainEnv {
readonly VITE_WEB_PORT: string;
readonly VITE_SERVER_PORT: string;
readonly VITE_API_URL: string;
}