Fixed infinite refresh issue caused by Websocket (Vite) failing to connect using Gitpod
Outdated Vite dependency caused Websocket to constantly refresh the page once failing to connect. Specifying clientport instead of port resolves the issue. I also used the code below to make it so that vite config automatically changes based on whether you're using localhost or Gitpod's workspace. However you still need to specifiy the database URL depending on which one you're using (possible future enhancement?) Reference HMR Broken Client Port Fix
@twbluenaxela
praise: Beautiful work! Thanks for the fix.
suggestion: Can you add an update to the README with some images to instruct people how to swap localhost with the gitpod url?
Once we get the README updated, we can go ahead and merge this.