feat(new setting): added in devDir ment for updating servers

This commit is contained in:
2025-03-15 15:33:41 -05:00
parent 7529cc5b0c
commit 5b97d078c5

View File

@@ -80,6 +80,12 @@ const newSettings = [
description: "What address is monitored to be limited to the amount of lots that can be added to a truck.", description: "What address is monitored to be limited to the amount of lots that can be added to a truck.",
moduleName: "ocme", moduleName: "ocme",
}, },
{
name: "devDir",
value: "C:\\Users\\matthes01\\Documents\\lstv2",
description: "This is the dev dir and strictly only for updating the servers.",
moduleName: "server",
},
]; ];
export const areSettingsIn = async () => { export const areSettingsIn = async () => {
// get the roles // get the roles