fix watch-mode batching
This commit is contained in:
parent
569ff1a801
commit
041a4ce7bc
14 changed files with 91 additions and 77 deletions
|
@ -1,4 +1,5 @@
|
|||
import { QuartzConfig } from "./cfg"
|
||||
import { ServerSlug } from "./path"
|
||||
|
||||
export interface Argv {
|
||||
directory: string
|
||||
|
@ -11,4 +12,5 @@ export interface Argv {
|
|||
export interface BuildCtx {
|
||||
argv: Argv
|
||||
cfg: QuartzConfig
|
||||
allSlugs: ServerSlug[]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue