PL
Size: a a a
PL
PL
PL
a
TV
VA
VA
VA
a
import { NestFactory } from '@nestjs/core';
import { AppModule } from './app.module';
async function bootstrap() {
const app = await NestFactory.create(AppModule);
await app.listen(3000);
}
bootstrap();a
РК
S
РК
A
И
И
A

A
A

D
// eslint-disable-next-line @typescript-eslint/no-var-requires
const bcrypt = require('bcrypt');