FlashcardBeginner
Purpose of main.ts
main.ts is the entry point that bootstraps the application by creating the Nest app instance.
Question
What is the purpose of main.ts and the bootstrap function?
Click to reveal answer
main.ts is the entry point that bootstraps the application by creating the Nest app instance.
What is the purpose of main.ts and the bootstrap function?