Adding absolute Path

This commit is contained in:
Martin Karkowski 2021-06-15 10:04:16 +02:00
parent e834064e98
commit c4142acaab

View File

@ -2,7 +2,7 @@
* @author Martin Karkowski
* @email m.karkowski@zema.de
* @create date 2021-02-09 10:12:37
* @modify date 2021-06-14 18:13:23
* @modify date 2021-06-15 10:00:18
* @desc [description]
*/
@ -36,7 +36,7 @@ const config = {
}
],
autostart: {},
path: "dist\\modules\\mirror\\src\\mirror-link.package.js"
path: join(resolve(process.cwd()), "dist\\modules\\mirror\\src\\mirror-link.package.js")
},
// Beckhoff
{
@ -80,7 +80,7 @@ const config = {
}
],
autostart: {},
path: "dist\\modules\\mqtt-broker\\src\\mqtt.broker.package.js"
path: join(resolve(process.cwd()), "dist\\modules\\mqtt-broker\\src\\mqtt.broker.package.js")
},
// Updater
{
@ -96,7 +96,7 @@ const config = {
}
],
autostart: {},
path: "dist\\modules\\updater\\src\\updater.package.js"
path: join(resolve(process.cwd()), "dist\\modules\\updater\\src\\updater.package.js")
},
// Evil
{
@ -111,7 +111,7 @@ const config = {
}
],
autostart: {},
path: "dist\\modules\\evil\\src\\slave.package.js"
path: join(resolve(process.cwd()), "dist\\modules\\evil\\src\\slave.package.js")
},
// HostManager:
{
@ -127,7 +127,7 @@ const config = {
}
],
autostart: {},
path: "dist\\modules\\host-manager\\src\\hostManager.package.js"
path: join(resolve(process.cwd()), "dist\\modules\\host-manager\\src\\hostManager.package.js")
}
]
};
@ -144,7 +144,7 @@ const pubSubConfig = {
}
],
autostart: {},
path: "dist\\modules\\pub-sub\\src\\pub-sub.package.js"
path: join(resolve(process.cwd()), "dist\\modules\\pub-sub\\src\\pub-sub.package.js")
};
// Define the Filename for the Configuration