Project setup
This commit is contained in:
7
SpotiParty.AppHost/AppHost.cs
Normal file
7
SpotiParty.AppHost/AppHost.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Projects;
|
||||
|
||||
var builder = DistributedApplication.CreateBuilder(args);
|
||||
|
||||
var web = builder.AddProject<SpotiParty_Web>("web");
|
||||
|
||||
builder.Build().Run();
|
||||
Reference in New Issue
Block a user