mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-06-22 08:44:36 +00:00
fix watch-mode batching
This commit is contained in:
@ -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[]
|
||||
}
|
||||
|
Reference in New Issue
Block a user