UNPKG

node-command-line-starter-1

Version:
12 lines (11 loc) 632 B
export declare const BACKEND_SERVER_URL = "https://backend.crusher.dev"; export declare const FRONTEND_SERVER_URL = "https://app.crusher.dev"; export declare const APP_DIRECTORY: string; export declare const RECORDER_MAC_BUILD = "https://github.com/crusherdev/crusher-downloads/releases/download/v1.0.11/Crusher.Recorder-1.0.11-mac.zip"; export declare const RECORDER_LINUX_BUILd = "https://github.com/crusherdev/crusher-downloads/releases/download/v1.0.11/Crusher.Recorder-1.0.11-linux.zip"; export declare const getRecorderBuildForPlatfrom: () => { url: string; name: string; platform: string; version: string; };