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