Merge pull request #46 from erikyuzwa/add-dot-env-support

feat: add dotenv config support
This commit is contained in:
Lene Saile 2024-05-27 09:18:36 +02:00 committed by GitHub
commit a1f0beac52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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