From 3ac71e2f7fcd80bcd7aa14abb49dc7895072c409 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Tue, 19 Mar 2024 11:55:38 -0600 Subject: [PATCH] include sdk.Mounts --- sdk/lib/StartSdk.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sdk/lib/StartSdk.ts b/sdk/lib/StartSdk.ts index b3b417802..d095fcd77 100644 --- a/sdk/lib/StartSdk.ts +++ b/sdk/lib/StartSdk.ts @@ -71,6 +71,7 @@ import { getServiceInterfaces } from "./util/getServiceInterfaces" import { getStore } from "./store/getStore" import { CommandOptions, MountOptions, Overlay } from "./util/Overlay" import { splitCommand } from "./util/splitCommand" +import { Mounts } from "./mainFn/Mounts" // prettier-ignore type AnyNeverCond = @@ -333,7 +334,11 @@ export class StartSdk { changeOnFirstSuccess, successFailure, }, - + Mounts: { + of() { + return Mounts.of() + }, + }, Backups: { volumes: ( ...volumeNames: Array