hubl/src/pug.config.js

5 lines
81 B
JavaScript
Raw Normal View History

2020-11-26 22:21:55 +00:00
const config = require("../config.json");
module.exports = {
locals: config
};