solid-start
solid-start copied to clipboard
[Bug?]: Github Codespace hot reloading
Duplicates
- [x] I have searched the existing issues
Latest version
- [x] I have tested the latest version
Current behavior 😯
Currently, whilst running solid-start inside of a Github Codespace, hot reloading does not work and a manually reload of the page is required to see style changes. I'm guessing that its vinxi and not on solid-start's side but I'm not sure.
Expected behavior 🤔
The page should hot reload after code changes.
Steps to reproduce 🕹
Steps:
- Create new codespace.
- Initialize a solid start project.
- Run the dev server.
- Make some code changes
maybe this is a Github Codespace thing. Does it work if you develop locally?
Oh no local development works as it should. I think it might be a vinxi/port confighuration issue when working with codespaces. I don't have this issue when working with other frameworks that use vite or nextjs.