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 9fd3edc commit c04ffdfCopy full SHA for c04ffdf
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codesandbox/sdk",
3
- "version": "2.0.0-rc.7",
+ "version": "2.0.0-rc.8",
4
"description": "The CodeSandbox SDK",
5
"author": "CodeSandbox",
6
"license": "MIT",
src/bin/commands/sandbox/fork.ts
@@ -7,7 +7,6 @@ export async function forkSandbox(sandboxId: string) {
7
8
const spinner = ora("Forking sandbox...").start();
9
const sandbox2 = await sdk.sandboxes.create({
10
- source: "template",
11
id: sandboxId,
12
});
13
spinner.succeed("Sandbox forked successfully");
0 commit comments