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
Refactor logging, enhance TypeScript type safety, and improve environment variable handling (#79)
* Refactor logging to use slog package, update TypeScript code for better type safety, and enhance environment variable handling
- Replaced standard log package with log/slog for structured logging in Go files.
- Updated TypeScript code to use `as const` and `satisfies` for improved type safety and clarity.
- Refactored environment variable sensitivity checks to use Set for better performance.
- Improved handling of user agent detection for Mac platform in shortcuts-utils.
- Updated TypeScript configuration to target ES2024 and adjusted deprecation settings.
- Enhanced health check and service management functions with clearer error handling.
- Removed unused max function in service graph calculations.
- Updated YAML utility functions to use `any` type for better flexibility with parsed data.
* refactor: update tsconfig to remove deprecated baseUrl and improve path mapping comments
0 commit comments