dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix ci, disable strict path type checks by default
Jacky Zhao
2023-07-16
a3e4c86a4cf18e31fe5b65d57ce120174c9f6aee
[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
})