bailiff
Version:
A config manager
10 lines (9 loc) • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
"001": "Bailiff: Can't connect to mongo",
"002": "Bailiff: Custom file path is invalid",
"003": "Bailiff: Malformed JSON, Array at root is not supported",
"004": "Bailiff: Custom file is not json",
"005": "Bailiff: Can't connect to mongo"
};