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 81f63e7 commit 0d63915Copy full SHA for 0d63915
src/Sandboxes.ts
@@ -140,6 +140,7 @@ export class Sandboxes {
140
141
/**
142
* Forks a sandbox. This will create a new sandbox from the given sandbox.
143
+ * @deprecated This will be removed shortly to avoid having multiple ways of doing the same thing
144
*/
145
public async fork(sandboxId: string, opts?: StartSandboxOpts) {
146
return this.create({
0 commit comments