feat: Dependencies

This commit is contained in:
BluJ
2023-05-10 15:47:28 -06:00
parent 5536dfb55f
commit 33da2322b0
9 changed files with 329 additions and 36 deletions

View File

@@ -383,7 +383,8 @@ export type Effects = {
mount(options: {
location: {
volumeId: string
/** If there is no volumeId then we mount to runMedia a special mounting location */
volumeId?: string
path: string
}
target: {
@@ -392,7 +393,7 @@ export type Effects = {
path: string
readonly: boolean
}
}): Promise<void>
}): Promise<string>
stopped(packageId?: string): Promise<boolean>