Updaed event logic and event creation system

This commit is contained in:
2025-11-30 20:14:08 +01:00
parent 5d1fc1f347
commit 8d0573eb7e
18 changed files with 122 additions and 528 deletions

View File

@@ -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");