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
|
@ -7,6 +7,7 @@ export interface Argv {
|
|||
output: string
|
||||
serve: boolean
|
||||
port: number
|
||||
concurrency?: number
|
||||
}
|
||||
|
||||
export interface BuildCtx {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue