dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
chore(deps): bump sigstore/cosign-installer in the ci-dependencies group (#...
dependabot[bot]
2025-02-11
be846e6a5fc6af1084e2b7408dfc312061cc47f9
[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,
})