Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

로그인 - main.ts #3

Open
pgb0930 opened this issue Aug 27, 2024 · 1 comment
Open

로그인 - main.ts #3

pgb0930 opened this issue Aug 27, 2024 · 1 comment

Comments

@pgb0930
Copy link
Collaborator

pgb0930 commented Aug 27, 2024

🚅 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();

✨ 기대 결과

📸 스크린샷

@Jun9u Jun9u closed this as completed Aug 28, 2024
@Jun9u Jun9u pinned this issue Aug 28, 2024
@Jun9u Jun9u unpinned this issue Aug 28, 2024
@Jun9u
Copy link
Collaborator

Jun9u commented Aug 28, 2024

LGTM!

@Jun9u Jun9u reopened this Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants