Tools
Sandbox SDK adds file permission control
Vercel Sandbox SDK version 1.9.0 introduces native file permission control within the `writeFiles` API, allowing developers to set Unix-style permissions by passing a `mode` property in a single op...
Vercel Sandbox SDK version 1.9.0 introduces native file permission control within the writeFiles API, allowing developers to set Unix-style permissions by passing a mode property in a single operation. This eliminates the need for a separate chmod execution round-trip when creating executable scripts or managing access rights inside the sandbox, improving overall performance.
Related
- Optimizing Vercel Sandbox snapshots
- Vercel Sandboxes now allow unique, customizable names
- Use and manage Vercel Sandbox directly from the Vercel CLI
- Vercel Sandbox now supports up to 32 vCPU + 64 GB RAM configurations
- Automatic persistence now in beta on Vercel Sandbox
Source: tools