We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c655a66 commit 94caf9eCopy full SHA for 94caf9e
src/sandbox.ts renamed to src/Sandbo.ts
src/Sandboxes.ts
@@ -7,7 +7,7 @@ import {
7
vmShutdown,
8
vmStart,
9
} from "./api-clients/client";
10
-import { Sandbox } from "./Sandbox";
+import { Sandbox } from "./Sandbo";
11
import {
12
getDefaultTemplateId,
13
getStartOptions,
src/index.ts
@@ -5,7 +5,7 @@ export { Sandboxes as SandboxClient };
5
6
export { VMTier } from "./VMTier";
-export * from "./Sandbox";
+export * from "./Sandbo";
export * from "./types";
import { HostTokens } from "./Hosts";
0 commit comments