Shinwoo PARK 7dc4981907 build: update package.json main and types paths
Update the `main` field to point to the `lib` directory instead of `dist/lib` and add the `types` field to specify the TypeScript definition file location. This change aligns the package configuration with the actual file structure and improves TypeScript support.
2025-03-27 01:08:05 +09:00
2024-06-07 05:31:55 +09:00
2025-03-27 01:04:04 +09:00
2025-03-21 09:38:36 +09:00
2025-03-18 19:47:13 +09:00
2025-02-11 20:31:30 +09:00
2025-03-27 01:04:04 +09:00

NestJS Logging Decorators

This package provides some decorations to make NestJS logging simpler.
It only uses Logger provided by @nestjs/common package and some dependencies required for nestjs.

Installation

npm install nestlogged

or

yarn add nestlogged

More Info

Wiki

Description
A NestJS Logger Decorator Library
https://nestlogged.psw.kr
Readme 1.2 MiB
Languages
TypeScript 100%