-
Notifications
You must be signed in to change notification settings - Fork 401
Open
Labels
Description
Duplicates
- I have searched the existing issues
Latest version
- 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