master
Parsing error: parser.parse is not a function// tiny wrapper with default env varsmodule.exports = { NODE_ENV: process.env.NODE_ENV || 'development', PORT: process.env.PORT || 3000, TARGET_BROWSER: process.env.TARGET_BROWSER,}