Nodemon: Implement support dot env file

Created on 12 Apr 2018  路  1Comment  路  Source: remy/nodemon

  • nodemon -v:
  • node -v:
  • Operating system/terminal environment:
  • Command you ran:

Expected behaviour

add setting env_file in config file (nodemon.json)

{
  "ignore": [ ],
  "verbose": false,
  "watch": [  ],
  "delay": 2500,
  "env": {},
  "env_file": "",
  "ext": "js json ts"
}

Thanks

>All comments

Env loading should be separate, and won't be part of nodemon.

I use @remy/envy. Pick your own poison.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

medoix picture medoix  路  4Comments

endquote picture endquote  路  4Comments

jonerer picture jonerer  路  4Comments

Autre31415 picture Autre31415  路  4Comments

Exeteres picture Exeteres  路  4Comments