UNPKG

vibetunnel

Version:

Terminal sharing server with web interface - supports macOS, Linux, and headless environments

6 lines (5 loc) 179 B
/** * Shared constants used across both client and server */ export declare const DEFAULT_REPOSITORY_BASE_PATH = "~/Documents"; export declare const DEFAULT_SERVER_PORT = 4020;