UNPKG

msync

Version:

Easily manage building and syncing multiple node-modules in a flexibly defined workspace.

7 lines (6 loc) 452 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONFIG_NOT_FOUND_ERROR = exports.DEFAULT_WATCH_PATTERN = exports.CONFIG_FILE_NAME = void 0; exports.CONFIG_FILE_NAME = 'sync.yaml'; exports.DEFAULT_WATCH_PATTERN = '/lib/**/*.js'; exports.CONFIG_NOT_FOUND_ERROR = "\nWARNING No modules defined or the config file not found.\n Ensure you have a '".concat(exports.CONFIG_FILE_NAME, "' within your workspace.\n");