New Version
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ const watchFolders = require("./watch/folders");
|
||||
const confFileProvidedJSON = process.argv[process.argv.length - 1];
|
||||
|
||||
try {
|
||||
/** @type {TurboSyncConfigObject} */
|
||||
/** @type {import("..").TurboSyncConfigObject} */
|
||||
const configFileObject = JSON.parse(confFileProvidedJSON);
|
||||
|
||||
console.log(`Running '${configFileObject.title}' ...`);
|
||||
|
||||
Reference in New Issue
Block a user