move mounts to daemons constructor

This commit is contained in:
Aiden McClelland
2024-03-18 15:14:36 -06:00
parent b6fe0be1b2
commit 3c6c0b253d
9 changed files with 149 additions and 276 deletions

View File

@@ -500,7 +500,7 @@ export type Effects = {
target: {
packageId: string
volumeId: string
path: string
subpath: string | null
readonly: boolean
}
}): Promise<string>