Skip to content

fix bun reload#479

Merged
Shubhrakanti merged 3 commits into
mainfrom
theo/fix-bun-reload
May 23, 2025
Merged

fix bun reload#479
Shubhrakanti merged 3 commits into
mainfrom
theo/fix-bun-reload

Conversation

@theomonnom

Copy link
Copy Markdown
Member

from https://bun.sh/docs/runtime/hot#hot-mode

Starting from the entrypoint (server.ts in the example above), Bun builds a registry of all imported source files (excluding those in node_modules) and watches them for changes. When a change is detected, Bun performs a "soft reload". All files are re-evaluated, but all global state (notably, the globalThis object) is persisted.

@changeset-bot

changeset-bot Bot commented May 15, 2025

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 4af7ea2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
@livekit/rtc-node Patch
@livekit/rtc-node-darwin-arm64 Patch
@livekit/rtc-node-darwin-x64 Patch
@livekit/rtc-node-linux-arm64-gnu Patch
@livekit/rtc-node-linux-x64-gnu Patch
@livekit/rtc-node-win32-x64-msvc Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@theomonnom theomonnom requested a review from a team May 15, 2025 01:52
@Shubhrakanti Shubhrakanti force-pushed the theo/fix-bun-reload branch from feb9567 to a8624ea Compare May 23, 2025 03:01
@Shubhrakanti Shubhrakanti merged commit 055e947 into main May 23, 2025
17 checks passed
@Shubhrakanti Shubhrakanti deleted the theo/fix-bun-reload branch May 23, 2025 04:40
@github-actions github-actions Bot mentioned this pull request May 23, 2025
@theomonnom theomonnom mentioned this pull request Dec 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants