/
githubmirror
/
nest
Обзор
Документация
Войти
/
githubmirror
/
nest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v10.4.21
benchmarks/nest.js
9 строк
325 B
Kamil Myśliwiec
chore(nestjs) push latest bundle
09 сен 2018, 14:42
Не верифицирован
09 сен 2018, 14:42
fa3ee7e
Код
Авторство
О чём код?
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const core_1 = require('@nestjs/core'); const app_module_1 = require('./nest/app.module'); core_1.NestFactory.create(app_module_1.AppModule, { logger: false, bodyParser: false, }).then(app => app.listen(3000)); //# sourceMappingURL=main.js.map