If I had to take a guess, you are calling dotenv's config() method too late. In Typescript, decorators are run on module import, so anything in @Module() is ...
確定! 回上一頁