You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 rivejä
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. })()