Restructure solution layout by module
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using StellaOps.PacksRegistry.Worker;
|
||||
|
||||
var builder = Host.CreateApplicationBuilder(args);
|
||||
builder.Services.AddHostedService<Worker>();
|
||||
|
||||
var host = builder.Build();
|
||||
host.Run();
|
||||
Reference in New Issue
Block a user