Jacky Zhao
2023-08-11 cefbca4753a7d98f93f57a6452a09f6308e2fe27
quartz/ctx.ts
@@ -1,4 +1,5 @@
import { QuartzConfig } from "./cfg"
import { ServerSlug } from "./path"
export interface Argv {
  directory: string
@@ -6,9 +7,11 @@
  output: string
  serve: boolean
  port: number
  concurrency?: number
}
export interface BuildCtx {
  argv: Argv
  cfg: QuartzConfig
  allSlugs: ServerSlug[]
}