feat: Adding in the effects to the startSdk (#2722)

Currently the start sdk that we expose calls some of the effects. And
there are others that need to be called via the effects object. The
idea is that all the effects that could and should be called are from
the startsdk side
This commit is contained in:
Jade
2024-08-23 11:20:18 -06:00
committed by GitHub
parent f373abdd14
commit ece5577f26
2 changed files with 45 additions and 1 deletions

View File

@@ -382,7 +382,7 @@ export type Effects = {
hostId: HostId
internalPort: number
}): Promise<LanInfo>
/** Removes all network bindings */
/** Removes all network bindings, called in the setupConfig */
clearBindings(): Promise<void>
// host
/** Returns information about the specified host, if it exists */