🔍 Missing file watching logic for chokidar

This commit is contained in:
2026-03-07 21:09:15 -05:00
parent 42c427c7ea
commit e5e4e82f11
7 changed files with 1186 additions and 1287 deletions

View File

@@ -736,6 +736,7 @@ export const typeDefs = gql`
totalLocalFiles: Int!
alreadyImported: Int!
newFiles: Int!
missingFiles: Int!
percentageImported: String!
}