Nikaple / nest-typed-config

Intuitive, type-safe configuration module for Nest framework ✨
MIT License
204 stars 25 forks source link

docs: correct custom loader example in README #498

Closed techzealot closed 10 months ago

techzealot commented 10 months ago

TypedConfigModule should not use async funtion,or the config will not work.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

when we cutom our own loader following by the example using async funtion,the config will not work.

Issue Number: N/A

What is the new behavior?

TypedConfigModule should not use async function in the example

Does this PR introduce a breaking change?

Other information

github-actions[bot] commented 8 months ago

:tada: This PR is included in version 2.9.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: