mirror of
https://github.com/alrayyes/wiki.git
synced 2025-04-30 06:14:13 +00:00
better concurrency debugging, --concurrency flag for npx quartz build
This commit is contained in:
parent
e4950e06a1
commit
49bd6bc3ff
9 changed files with 62 additions and 28 deletions
quartz
|
@ -84,6 +84,10 @@ const BuildArgv = {
|
|||
default: false,
|
||||
describe: "show detailed bundle information",
|
||||
},
|
||||
concurrency: {
|
||||
number: true,
|
||||
describe: "how many threads to use to parse notes"
|
||||
}
|
||||
}
|
||||
|
||||
function escapePath(fp) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue