add comments

This commit is contained in:
sbwalker
2025-08-30 07:26:37 -04:00
parent a9bc356f37
commit efa466e1d6
3 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@ namespace Oqtane.Application.Server
{
public static void Main(string[] args)
{
// defer server startup to Oqtane - do not modify
var host = BuildWebHost(args);
var databaseManager = host.Services.GetService<IDatabaseManager>();
var install = databaseManager.Install();