diff --git a/server/services/server/utils/settingsCheck.ts b/server/services/server/utils/settingsCheck.ts index 5062936..6dd3955 100644 --- a/server/services/server/utils/settingsCheck.ts +++ b/server/services/server/utils/settingsCheck.ts @@ -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.", 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 () => { // get the roles