@nestjs/core
Version:
Nest - modern, fast, powerful node.js web framework (@core)
9 lines (8 loc) • 342 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.messages = {
APPLICATION_START: `Starting Nest application...`,
APPLICATION_READY: `Nest application successfully started`,
MICROSERVICE_READY: `Nest microservice successfully started`,
UNKNOWN_EXCEPTION_MESSAGE: 'Internal server error',
};