We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bin 폴더 없애시고 main.ts 로 만들어보세요 그리고 graceful shutdown 같이 본인이 이해하지 못하는 코드는 일단 빼고 왜 이렇게 되는지 알겠는 코드부터 작성시작하세요 모든 코드에는 왜그렇게짯는지 이유가 있어야되구요
그리고 controller, service, model 의존성주입 사용해서 작성해보세요 타입스크립트 변환 후 ES Module 사용은 필수로 하세요
아래 참고하세요 https://github.com/MCprotein/ts-express/blob/main/src/main.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
bin 폴더 없애시고
main.ts 로 만들어보세요
그리고 graceful shutdown 같이 본인이 이해하지 못하는 코드는 일단 빼고
왜 이렇게 되는지 알겠는 코드부터 작성시작하세요
모든 코드에는 왜그렇게짯는지 이유가 있어야되구요
그리고 controller, service, model 의존성주입 사용해서 작성해보세요
타입스크립트 변환 후 ES Module 사용은 필수로 하세요
아래 참고하세요
https://github.com/MCprotein/ts-express/blob/main/src/main.ts
The text was updated successfully, but these errors were encountered: