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