feat: added dotenv config support
This commit is contained in:
parent
1569d291b9
commit
82fd855fe9
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
|||
* - `./config/transforms/index.js`
|
||||
*/
|
||||
|
||||
// register dotenv for process.env.* variables to pickup
|
||||
require('dotenv').config()
|
||||
|
||||
// JSDoc comment: Hint VS Code for eleventyConfig autocompletion. © Henry Desroches - https://gist.github.com/xdesro/69583b25d281d055cd12b144381123bf
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue