2.9.0
Changed 1
- Sandbox.fork() now calls the POST /v2/sandboxes/:name/fork endpoint to copy the source sandbox's env and image server-side instead of implementing fork on the client-side
From Vercel Sandbox
Minor Changes
- Support the sandbox fork API. Instead of implementing fork on the client-side,
Sandbox.fork()now calls thePOST /v2/sandboxes/:name/forkendpoint, which copies the source sandbox's env (and image) server-side. (#259)