dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: account for chokidar v4 glob deprecation in source watching
Jacky Zhao
2024-11-08
a6b2967df86895fb5402d4aaa8dfa91417e4d1ab
[scapegoat/Docs2.git]
/
quartz
/
bootstrap-worker.mjs
1
2
3
4
5
6
7
#!/usr/bin/env node
import workerpool from "workerpool"
const cacheFile = "./.quartz-cache/transpiled-worker.mjs"
const { parseFiles } = await import(cacheFile)
workerpool.worker({
parseFiles,
})