UNPKG

@percy/agent

Version:

An agent process for integrating with Percy.

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