rename load to confloadtype

This commit is contained in:
lucaspalomodevelop 2022-04-10 12:48:17 +02:00
parent 58ef32bf34
commit 87a9aaa196

View File

@ -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(),
};