This commit is contained in:
2025-12-25 06:04:03 +01:00
parent a784e7f520
commit 44c5c19050
6 changed files with 21 additions and 3 deletions
+1
View File
@@ -2,4 +2,5 @@ export default function grabDirNames(): {
rootDir: string;
syncConfigFileName: string;
syncConfigFilePath: string;
ignoreFileName: string;
};