Merge branch 'integration/new-container-runtime' of github.com:Start9Labs/start-os into integration/new-container-runtime

This commit is contained in:
Aiden McClelland
2024-03-19 11:55:40 -06:00
65 changed files with 1764 additions and 2068 deletions

View File

@@ -240,6 +240,11 @@ export class StartSdk<Manifest extends SDKManifest, Store> {
)
},
Mounts: {
of() {
return Mounts.of<Manifest>()
},
},
HealthCheck: {
of: healthCheck,
},