aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/index-with-refresh.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-19generate separate interop code for bunGravatar Jarred Sumner 1-2/+8
2022-01-29Embed React Fast Refresh in BunGravatar Jarred Sumner 1-0/+10
Fixes https://github.com/Jarred-Sumner/bun/issues/62 If the project has it's own copy of react fast refresh and is bundling, it will use that instead.