Vercel Sandbox 2.9.0

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 the POST /v2/sandboxes/:name/fork endpoint, which copies the source sandbox's env (and image) server-side. (#259)
View original

Upgraded? How did it go?

Discussion