Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

8 строки
312 B

  1. // The purpose of this file is to be able to load the module with...
  2. // ... "require("dotenv-defaults/config")" in JavaScript or "import "dotenv-defaults/config"" in TypeScript...
  3. // ... or "node -r dotenv-defaults/config script.js" from the command line
  4. (function () {
  5. require('./src/index').config()
  6. })()