Files
TeleUploader/test
Claude d22f788e3e
Deploy FileDrop / deploy (push) Failing after 20s
fix: wrap Bun.file().stream() in Readable.from() for Telegraf compat
- Replaces createReadStream / bare ReadableStream with
  Readable.from(Bun.file(path).stream()) — works in both
  test (Bun.write + Bun.file) and production (Node Readable)
- Reverts writeBufferToTemp back to Bun.write
2026-07-29 17:26:51 +07:00
..