UNPKG

msync

Version:

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

7 lines (6 loc) 269 B
export const CONFIG_FILE_NAME = 'sync.yaml'; export const DEFAULT_WATCH_PATTERN = '/lib/**/*.js'; export const CONFIG_NOT_FOUND_ERROR = ` WARNING No modules defined or the config file not found. Ensure you have a '${CONFIG_FILE_NAME}' within your workspace. `;