gateway api fixes

This commit is contained in:
Nils Blomgren
2026-05-21 16:57:50 +02:00
parent 8b94fb8826
commit e0f967482e
68 changed files with 44082 additions and 437 deletions

View File

@@ -86,4 +86,5 @@ public class AppDeployment
public ICollection<DeploymentManifest> Manifests { get; set; } = [];
public ICollection<DeploymentResource> Resources { get; set; } = [];
public ICollection<StorageBinding> StorageBindings { get; set; } = [];
public ICollection<DatabaseBinding> DatabaseBindings { get; set; } = [];
}