console icon indicating copy to clipboard operation
console copied to clipboard

Bun

Open ItzNotABug opened this issue 3 months ago • 2 comments

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

Summary by CodeRabbit

  • Chores

    • Migrated project tooling from pnpm/Node to Bun across CI, local dev, Docker, and Gitpod; updated package scripts and removed Node engine requirement.
  • Tests

    • CI test and E2E workflows now run using Bun-based commands; Playwright/webserver commands updated accordingly.
  • Documentation

    • Contributing docs updated with Bun-based developer commands.
  • Style

    • Formatter ignore updated to include Bun lockfile; Svelte lint rules changed to warn.
  • Bug Fixes

    • Improved binary file handling in a helper to ensure correct blob construction.

✏️ Tip: You can customize this high-level summary in your review settings.

ItzNotABug avatar Nov 23 '25 13:11 ItzNotABug