This commit is contained in:
Benjamin Toby
2025-07-13 07:52:50 +01:00
parent 37a314273a
commit 8865292893
4 changed files with 13 additions and 5 deletions
+2
View File
@@ -8,9 +8,11 @@ import { TurboSyncConfigArray } from "./types";
declare global {
var SYNCING: boolean;
var SYNC_SUCCESS_EXIT_CODE: number;
}
global.SYNCING = false;
global.SYNC_SUCCESS_EXIT_CODE = 32;
const confFileProvidedPath = process.argv[process.argv.length - 1];