mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-15 04:40:40 -07:00
- Added a new `/shutdown` endpoint to allow graceful server shutdown via HTTP. - Implemented process tree management functions to handle child processes during shutdown on Windows. - Updated the `stop_server` function to attempt graceful shutdown before forcefully terminating processes. - Enhanced error handling and logging for shutdown operations.