UNPKG

131 BJavaScriptView Raw
1let nodepath = require("path");
2let cwd = process.cwd();
3module.exports = {
4 configUrl: nodepath.join(cwd, "config.json")
5};