I'm using pug to compile static html. My own static site generator, kinda.
I have no node.js server code besides this line in my package.json file: "watch-pages": "pug -O options.json -w pages/ --out _static-website/"
But, I need to read environment variables like NODE_ENV inside of pug templates. How might I do this?