Merge pull request #46 from erikyuzwa/add-dot-env-support
feat: add dotenv config support
This commit is contained in:
commit
a1f0beac52
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
||||||
* - `./config/transforms/index.js`
|
* - `./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
|
// JSDoc comment: Hint VS Code for eleventyConfig autocompletion. © Henry Desroches - https://gist.github.com/xdesro/69583b25d281d055cd12b144381123bf
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue