Ask a question to get started
Enter to send•Shift+Enter new line
start(timeout: number = 60): Promise<void>
timeout
number
60
Maximum time to wait in seconds (default: 60)
await sandbox.start(); console.log("Sandbox is now running");
Start a stopped sandbox.