mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-28 09:57:50 -04:00
initial project commit
This commit is contained in:
9
code/Executable/Program.cs
Normal file
9
code/Executable/Program.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Executable;
|
||||
|
||||
var builder = Host.CreateApplicationBuilder(args);
|
||||
|
||||
builder.Services.AddInfrastructure(builder.Configuration);
|
||||
|
||||
var host = builder.Build();
|
||||
|
||||
host.Run();
|
||||
Reference in New Issue
Block a user