better concurrency debugging, --concurrency flag for npx quartz build

This commit is contained in:
Jacky Zhao
2023-08-08 22:52:49 -07:00
parent e4950e06a1
commit 49bd6bc3ff
9 changed files with 62 additions and 28 deletions

View File

@ -7,6 +7,7 @@ export interface Argv {
output: string
serve: boolean
port: number
concurrency?: number
}
export interface BuildCtx {