-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
๐ Issue ํ ์ค ์์ฝ
main.ts
๐คท Issue ์ธ๋ถ ๋ด์ฉ
import { NestFactory } from '@nestjs/core';
import { AppModule } from './app.module';
async function bootstrap() {
const app = await NestFactory.create(AppModule);
await app.listen(3000);
}
bootstrap();
โจ ๊ธฐ๋ ๊ฒฐ๊ณผ
๐ธ ์คํฌ๋ฆฐ์ท
Metadata
Metadata
Assignees
Labels
No labels