better concurrency debugging, --concurrency flag for npx quartz build
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user