Usa Bun.fileURLToPath() per convertire un URL file:// in un percorso assoluto.
ts
Bun.fileURLToPath("file:///path/to/file.txt");
// => "/path/to/file.txt"Vedi Docs > API > Utils per altre utilità utili.