This commit is contained in:
J H
2024-01-30 15:50:09 -07:00
parent 84b3479db0
commit cbded5f4e9
4 changed files with 7 additions and 19 deletions

View File

@@ -25,9 +25,7 @@ export async function mountDependencies<
const mountPath = `${value.manifestId}/${value.volume}/${value.name}`
return (await effects.mount({
location: {
path: mountPath,
},
location: mountPath,
target: {
packageId: value.manifestId,
path: value.path,