Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed servererror, improved logging (#2147)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced logging output with improved readability. - Introduced new exports for `CastanetResponse`, `generateShardList`, and other functions to improve modularity and functionality. - **Bug Fixes** - Simplified error handling by replacing `ServerError` with standard `Error`, improving clarity in error reporting across multiple components. - **Documentation** - Updated logging configuration to use `ServerLogger` for better type safety and clarity. - **Refactor** - Streamlined error handling and logging mechanisms throughout the codebase, enhancing maintainability. - Adjusted type definitions for logging parameters to improve specificity. - **Chores** - Removed unused imports and dependencies related to `ServerError`. - Updated TypeScript configuration to include additional file patterns for compilation. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information