mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-26 15:38:04 -05:00
9 lines
171 B
C#
9 lines
171 B
C#
using Executable;
|
|
|
|
var builder = Host.CreateApplicationBuilder(args);
|
|
|
|
builder.Services.AddInfrastructure(builder.Configuration);
|
|
|
|
var host = builder.Build();
|
|
|
|
host.Run(); |