UNPKG

633 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.MESSAGES = {
4 APPLICATION_START: `Starting Nest application...`,
5 APPLICATION_READY: `Nest application successfully started`,
6 MICROSERVICE_READY: `Nest microservice successfully started`,
7 UNKNOWN_EXCEPTION_MESSAGE: 'Internal server error',
8 ERROR_DURING_SHUTDOWN: 'Error happened during shutdown',
9 CALL_LISTEN_FIRST: 'app.listen() needs to be called before calling app.getUrl()',
10};
11exports.APP_INTERCEPTOR = 'APP_INTERCEPTOR';
12exports.APP_PIPE = 'APP_PIPE';
13exports.APP_GUARD = 'APP_GUARD';
14exports.APP_FILTER = 'APP_FILTER';