Add editor config and apply code cleanup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-15 09:36:52 +02:00
parent 7d6f85db82
commit 4bf07b0972
11 changed files with 516 additions and 249 deletions

View File

@@ -16,7 +16,7 @@ builder
.AddNpmApp("Vegasco-Web", "../Vegasco-Web")
.WithReference(api)
.WaitFor(api)
.WithHttpEndpoint(port: 44200, env: "PORT")
.WithExternalHttpEndpoints();
.WithHttpEndpoint(port: 44200, env: "PORT")
.WithExternalHttpEndpoints();
builder.Build().Run();