mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 16:54:36 +00:00
better concurrency debugging, --concurrency flag for npx quartz build
This commit is contained in:
@ -7,6 +7,7 @@ export interface Argv {
|
||||
output: string
|
||||
serve: boolean
|
||||
port: number
|
||||
concurrency?: number
|
||||
}
|
||||
|
||||
export interface BuildCtx {
|
||||
|
Reference in New Issue
Block a user