hubl/src/pug.config.js

6 lines
142 B
JavaScript
Raw Normal View History

2020-12-14 10:24:35 +00:00
let configPath = process.env.CONFIG_PATH || 'config.json';
const config = require(`../${configPath}`);
2020-11-26 22:21:55 +00:00
module.exports = {
locals: config
};