feat: Refactor logging in exchange rate API and remove unnecessary console statements in various components

This commit is contained in:
AlexeerCT
2026-01-02 12:28:44 -06:00
parent 97b3ea52bc
commit e554c4fca3
5 changed files with 12 additions and 38 deletions

View File

@@ -229,6 +229,7 @@ services:
- ./scripts/frontend-entrypoint.sh:/frontend-entrypoint.sh:ro
networks:
- frontend-net
- backend-net
- auth-net
restart: unless-stopped
command: ["pnpm", "start"]