Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(hmr): resolve HMR connection issues and environment variable hand…
…ling BREAKING CHANGES: - Update Vite configuration for remote HMR - Remove dotenv direct usage in frontend - Use Vite's environment variable system - Fix process not defined error Features Added: - Configure HMR for remote development - Add proper public IP configuration - Implement proper host/port settings Technical Updates: - Add VITE_PUBLIC_IP environment variable - Configure Vite HMR client port and host - Update environment variable access pattern - Remove process-dependent code - Fix WebSocket connection issues
- Loading branch information