Initial commit
This commit is contained in:
8
AppHost/AppHost.cs
Normal file
8
AppHost/AppHost.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Aspire.Hosting;
|
||||
|
||||
var builder = DistributedApplication.CreateBuilder(args);
|
||||
|
||||
var postgres = builder.AddPostgres("postgres");
|
||||
var db = postgres.AddDatabase("recnet");
|
||||
|
||||
builder.Build().Run();
|
||||
Reference in New Issue
Block a user