Updates
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import path from "path";
|
||||
|
||||
export default function grabDirNames() {
|
||||
const rootDir = process.cwd();
|
||||
const syncConfigFileName = "__trsyc.json";
|
||||
const syncConfigFilePath = path.join(rootDir, syncConfigFileName);
|
||||
|
||||
return { rootDir, syncConfigFileName, syncConfigFilePath };
|
||||
}
|
||||
Reference in New Issue
Block a user