├── app/ │ ├── api/ # API routes & endpoints (v1, v2...) │ ├── core/ # Global config, logging, middleware │ ├── services/ # Business ...
This is a significant quality-of-life and production-readiness release for node4j. The primary focus of v0.2.3 is the introduction of a comprehensive, structured, and library-friendly logging system, ...