@swell/cli
Version:
Swell's command line interface/utility
10 lines (9 loc) • 629 B
TypeScript
export declare const API_BASE_URL: string;
export declare const LOCAL_PROXY_PROVIDER: string;
export declare const SCHEMAS_BASE_URL: string;
export declare function getAdminApiBaseUrl(storeId: string): string;
export declare function getFrontendApiBaseUrl(storeId: string): string;
export declare function getLoginHost(storeId?: string): string;
export declare function getAppFrontendHost(storeId: string, installedAppId: string): string;
export declare function getStorefrontFrontendHost(storefrontSlug: string, branchId?: string): string;
export declare function getLocalFrontendHost(storeId: string, localId: string): string;