Bun.file() reads a file from disk and returns a BunFile instance, which you can pass directly to the new Response constructor.
Bun reads the
Content-Type from the file and sets it on the Response.
Putting it all together with
Bun.serve().
See
Bun.write().