Open pgb0930 opened 2 months ago
main.ts
import { NestFactory } from '@nestjs/core'; import { AppModule } from './app.module'; async function bootstrap() { const app = await NestFactory.create(AppModule); await app.listen(3000); } bootstrap();
LGTM!
๐ Issue ํ ์ค ์์ฝ
main.ts
๐คท Issue ์ธ๋ถ ๋ด์ฉ
โจ ๊ธฐ๋ ๊ฒฐ๊ณผ
๐ธ ์คํฌ๋ฆฐ์ท