exportconstCONFIG_FILE_NAME = 'sync.yaml';
exportconstDEFAULT_WATCH_PATTERN = '/lib/**/*.js';
exportconstCONFIG_NOT_FOUND_ERROR = `
WARNING No modules defined or the config file not found.
Ensure you have a '${CONFIG_FILE_NAME}' within your workspace.
`;