You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using bun run --hot src/main.ts - making changes to the file will boot a new server but it doesn't seem to tear down the old properly.
In combination with a webserver, you can get to about a dozen changes before something internally explodes and nothing will boot. The work around currently is to use nodemon instead, but this ticket is for tracking down why this happens / if there is a way to catch it (maybe a different process event?)
The text was updated successfully, but these errors were encountered:
🐜 Bug description
When using
bun run --hot src/main.ts
- making changes to the file will boot a new server but it doesn't seem to tear down the old properly.In combination with a webserver, you can get to about a dozen changes before something internally explodes and nothing will boot. The work around currently is to use
nodemon
instead, but this ticket is for tracking down why this happens / if there is a way to catch it (maybe a different process event?)The text was updated successfully, but these errors were encountered: