shipfeedAI news, curated daily

23:04:31 CET
20 MAY23:04:31shipfeed
pull to refreshlast sync
Just in — 30 new
§ feed · storyline

Filesystem snapshots supported on Vercel Sandboxes

Vercel Sandboxes adds filesystem snapshot support, letting developers capture a sandbox's full state and launch new isolated sandboxes from that snapshot via the Sandbox API.

Jan 22 · · primary fetch1 sourceupdated Jan 22 ·

now supports filesystem snapshots to capture your state. You can capture a Sandbox's complete filesystem state as a snapshot and launch new Sandboxes from that snapshot using the Sandbox API.Vercel Sandbox This eliminates repeated setup when working with expensive operations like dependency installation, builds, or fixture creation. Create the environment once, snapshot it, then reuse that exact filesystem state across multiple isolated runs. Snapshots capture the entire filesystem of a running Sandbox.

New Sandboxes can launch from that snapshot, providing immediate access to pre-installed dependencies and configured environments. See the to get started with snapshots.documentation Read more How snapshots work Key capabilities Create a snapshot from any running Sandbox with sandbox.snapshot() Launch new Sandboxes from snapshots via source: { type: 'snapshot', snapshotId } Reuse the same snapshot with multiple Sandboxes for parallel testing and experimentation

read full article on vercel.com
§ sources1 publication · timeline below
  1. vercel.comFilesystem snapshots supported on Vercel Sandboxesprimary