Files
SPlayer/env.d.ts
2024-09-26 11:57:23 +08:00

6 lines
133 B
TypeScript

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