Bootstrapper¶
A bootstrapper is a piece of code responsible for initializing and setting up the necessary components of an application before it runs. This could include configuring services, setting up dependency injection, or performing other initialization tasks.