diff --git a/src/helper/conf.js b/src/helper/conf.js index 5df184f..8d1f071 100644 --- a/src/helper/conf.js +++ b/src/helper/conf.js @@ -31,7 +31,7 @@ module.exports = function (optPath) { function getMeta(el) { return { - load: el.name, + confloadtype: el.name, timestemp: Math.round(new Date().getTime() / 1000), workingdir: process.cwd(), };