Server Management: You can now gracefully and forcefully shut down the server, making it easier to manage your development environment without abrupt interruptions.
Improvements
Headers Configuration: The headers option now supports arrays, allowing for more flexible configuration of your server's response headers.
Fixes
Fix the issue where the server attempts to connect to a WebSocket server that isn't running, preventing unnecessary connection attempts and errors.
Fix the display of file names in the overlay, ensuring that you can easily identify which files are causing issues during development.
Others
Add examples for start, stop, and stopCallback methods to the documentation, helping users understand how to effectively use these features.