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 94caf9e commit 069b7c5Copy full SHA for 069b7c5
src/Sandbo.ts renamed to src/Sandbox.ts
src/Sandboxes.ts
@@ -7,7 +7,7 @@ import {
7
vmShutdown,
8
vmStart,
9
} from "./api-clients/client";
10
-import { Sandbox } from "./Sandbo";
+import { Sandbox } from "./Sandbox";
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 "./Sandbo";
+export * from "./Sandbox";
export * from "./types";
import { HostTokens } from "./Hosts";
0 commit comments