Krystie
|
fa7a78388a
|
refactor(utils): Extract utilities from server.js
- Create src/utils/http.js - fetchT and HTTP helpers
- Create src/utils/logging.js - Structured logging and error logging
- Create src/utils/responses.js - Standard API responses
- Create src/utils/async-handler.js - Async wrapper with error handling
- Create src/utils/index.js - Consolidated exports
Removes scattered helper functions from server.js
|
2026-03-29 19:40:18 -07:00 |
|