Updates
This commit is contained in:
Vendored
+2
-1
@@ -9,5 +9,6 @@ function grabDirNames() {
|
||||
const rootDir = process.cwd();
|
||||
const syncConfigFileName = "__trsyc.json";
|
||||
const syncConfigFilePath = path_1.default.join(rootDir, syncConfigFileName);
|
||||
return { rootDir, syncConfigFileName, syncConfigFilePath };
|
||||
const ignoreFileName = "turbosync.ignore";
|
||||
return { rootDir, syncConfigFileName, syncConfigFilePath, ignoreFileName };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user