mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 08:36:11 +02:00
Generated by AurionDocs
Job ID: 934f8c39-8082-4942-8d17-72ed8f5f8d50
Source commit: 40aea9a
751 B
751 B
Program
File:
src/EchoHub.Server/Program.cs
Kind: file
Program.cs is the entry point for the EchoHub.Server application. It bootstraps the server by performing the one-time setup via FirstRunSetup.EnsureAppSettings(), configuring the bootstrap logger, and then starting the ASP.NET Core host via WebApplication.CreateBuilder(args) inside an auto-restart loop. It wires core infrastructure such as EchoHubDbContext for EF Core and authentication, and server features like ServerLogsOptions/ServerLogsService, enabling the app to recover from startup failures by rebuilding and running the web host repeatedly.