feat: added dotenv config support

This commit is contained in:
erikyuzwa 2024-05-24 10:08:06 -06:00
parent 1569d291b9
commit 82fd855fe9

View file

@ -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
/**