! Gaetan Puleo
! Gaetan Puleo
Explore posts from servers
HHono
Created by ! Gaetan Puleo on 5/26/2024 in #help
Hot reload not working? (BUN)
I may I found a way to ditch vite. I use this package https://github.com/aabccd021/bun-html-live-reload
export default withHtmlLiveReload({
fetch: app.fetch,
});
export default withHtmlLiveReload({
fetch: app.fetch,
});
And I launch my app with bun --hot src/index.tsx The page is reloading after each save.
7 replies
HHono
Created by ! Gaetan Puleo on 5/26/2024 in #help
Hot reload not working? (BUN)
It's a bug coming from vite, the plugin or bun?
7 replies
HHono
Created by ! Gaetan Puleo on 5/26/2024 in #help
Hot reload not working? (BUN)
I use 1.1.7
7 replies