UNPKG

@jin7942/ray

Version:

Lightweight CI/CD deployment tool powered by Docker and Git

7 lines (6 loc) 229 B
"use strict"; // _config/_config.ts Object.defineProperty(exports, "__esModule", { value: true }); exports.MAX_LOG_DIR_SIZE = exports.LOG_DIR = void 0; exports.LOG_DIR = 'logs'; exports.MAX_LOG_DIR_SIZE = 5 * 1024 * 1024; // 5MB