§ feed · storyline
Sandbox SDK adds file permission control
Vercel Sandbox SDK 1.9.0 adds file permission control via a mode property in writeFiles, removing the need for a separate chmod step when creating files.
now supports setting file permissions directly when writing files.Vercel Sandbox SDK1.9.0 By passing a property to the API, you can define permissions in a single operation.modewriteFiles This eliminates the need for an additional execution round-trip when creating executable scripts or managing access rights inside the sandbox.chmod See the to learn more. documentation Read more
§ sources1 publication · timeline below