UNPKG

@percy/agent

Version:

An agent process for integrating with Percy.

7 lines (6 loc) 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_PORT = 5338; // BEES exports.SNAPSHOT_PATH = '/percy/snapshot'; exports.STOP_PATH = '/percy/stop'; exports.HEALTHCHECK_PATH = '/percy/healthcheck';