mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
chore: Remove the is sandbox
This commit is contained in:
@@ -227,8 +227,6 @@ export type Effects = {
|
|||||||
|
|
||||||
/** The idea is that we can mount the imageId, and it returns us the location of the mount. */
|
/** The idea is that we can mount the imageId, and it returns us the location of the mount. */
|
||||||
createOverlayedImage(options: { imageId: string }): Promise<String>
|
createOverlayedImage(options: { imageId: string }): Promise<String>
|
||||||
/** Sandbox mode lets us read but not write */
|
|
||||||
is_sandboxed(): Promise<boolean>
|
|
||||||
|
|
||||||
/** Removes all network bindings */
|
/** Removes all network bindings */
|
||||||
clearBindings(): Promise<void>
|
clearBindings(): Promise<void>
|
||||||
|
|||||||
Reference in New Issue
Block a user