mirror of
https://github.com/imsyy/SPlayer.git
synced 2025-11-25 03:14:57 +08:00
6 lines
133 B
TypeScript
6 lines
133 B
TypeScript
export interface MainEnv {
|
|
readonly VITE_WEB_PORT: string;
|
|
readonly VITE_SERVER_PORT: string;
|
|
readonly VITE_API_URL: string;
|
|
}
|