Jacky Zhao
2023-07-24 041a4ce7bc39c65483eaeeddc97e6946cb49f540
quartz/ctx.ts
@@ -1,4 +1,5 @@
import { QuartzConfig } from "./cfg"
import { ServerSlug } from "./path"
export interface Argv {
  directory: string
@@ -11,4 +12,5 @@
export interface BuildCtx {
  argv: Argv
  cfg: QuartzConfig
  allSlugs: ServerSlug[]
}