First install dotenv package. npm install dotenv; OR yarn add dotenv;. Import to the entry point of your code. This is usually your index.ts ...
確定! 回上一頁