Creates a sink that appends JSON log entries to a file. Uses Bun.FileSink for efficient buffered appending (runs in the worker context).
Bun.FileSink
The shape of the objects this sink accepts.
The destination file path.
Creates a sink that appends JSON log entries to a file. Uses
Bun.FileSinkfor efficient buffered appending (runs in the worker context).