mirror of
https://github.com/dalbodeule/hop-gate.git
synced 2026-05-06 18:30:49 +09:00
00b47fda8e
- Replaced `godotenv` with a custom `.env` loader that respects OS-level environment variables. - Updated server and client initialization to prioritize OS environment variables over `.env` values. - Improved environment variable validation and logging with structured logs. - Applied cleaner error handling and removed redundant `log` package usage.