feat: Initial project structure setup with solution and projects
This commit is contained in:
7
src/Mercados.Worker/Program.cs
Normal file
7
src/Mercados.Worker/Program.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Mercados.Worker;
|
||||
|
||||
var builder = Host.CreateApplicationBuilder(args);
|
||||
builder.Services.AddHostedService<Worker>();
|
||||
|
||||
var host = builder.Build();
|
||||
host.Run();
|
||||
Reference in New Issue
Block a user