quartz/worker.ts
@@ -6,7 +6,12 @@ const processor = createProcessor(transformers) // only called from worker thread export async function parseFiles(baseDir: string, fps: FilePath[], allSlugs: ServerSlug[], verbose: boolean) { export async function parseFiles( baseDir: string, fps: FilePath[], allSlugs: ServerSlug[], verbose: boolean, ) { const parse = createFileParser(transformers, baseDir, fps, allSlugs, verbose) return parse(processor) }