Skip to content

Commit 0d63915

Browse files
deprecate fork
1 parent 81f63e7 commit 0d63915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Sandboxes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export class Sandboxes {
140140

141141
/**
142142
* 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
143144
*/
144145
public async fork(sandboxId: string, opts?: StartSandboxOpts) {
145146
return this.create({

0 commit comments

Comments
 (0)