File SystemWrite fileDelete a fileThe Bun.file() function accepts a path and returns a BunFile instance. Use the .delete() method to delete the file.Copy MarkdownOpenWrite a ReadableStream to a fileTo write a ReadableStream to disk, create a Response from the stream and pass it to Bun.write() .Deploy a Bun application on VercelVercel is a cloud platform for building, deploying, and scaling apps.