You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix vite.config.ts allowedHosts issue
- Fixed an issue where the allowedHosts setting was being converted to a limited array of localhost values instead of allowing all hosts as intended
- Updated ServerConfig interface to properly support boolean allowedHosts
- Added hostname extraction utility for future use
- Improved logging to clearly show when all hosts are allowed
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* Fix vite.config.ts type issues
- Corrected ServerConfig interface to match Vite's expected types
- Removed unused variables to fix linting errors
- Added detailed comments for future enhancements
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>
0 commit comments