dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
chore(deps): bump the production-dependencies group across 1 directory with...
dependabot[bot]
2025-01-31
7be47742a6dc86f22d148ca9d304f7a9eea318cf
[scapegoat/Docs2.git]
/
quartz
/
bootstrap-worker.mjs
1
2
3
4
5
6
7
8
#!/usr/bin/env node
import workerpool from "workerpool"
const cacheFile = "./.quartz-cache/transpiled-worker.mjs"
const { parseMarkdown, processHtml } = await import(cacheFile)
workerpool.worker({
parseMarkdown,
processHtml,
})