UNPKG

@speedscale/proxymock

Version:

A free desktop CLI that automatically creates mocks and tests from watching your app run.

7 lines (6 loc) 234 B
import { join } from "path"; import { homedir } from "os"; // Determine the binary path export const INSTALLROOT = process.env.INSTALLROOT || join(homedir(), ".speedscale"); export const binaryPath = join(INSTALLROOT, "proxymock");