Updaed event logic and event creation system
This commit is contained in:
@@ -3,7 +3,7 @@ using Projects;
|
||||
var builder = DistributedApplication.CreateBuilder(args);
|
||||
|
||||
var dbServer = builder.AddPostgres("database")
|
||||
.WithDataVolume("database-data");
|
||||
.WithDataVolume();
|
||||
|
||||
var database = dbServer.AddDatabase("SpotiParty");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user