This commit is contained in:
Benjamin Toby
2025-02-04 13:42:30 +01:00
parent 8a1294a348
commit efcee1bb11
24 changed files with 100 additions and 23 deletions
+2
View File
@@ -4,6 +4,8 @@ import watchFolders from "./watch/folders";
const confFileProvidedJSON = process.argv[process.argv.length - 1];
global.SYNCING = false;
try {
const configFileObject = JSON.parse(confFileProvidedJSON);