dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
npm i on quartz update
Jacky Zhao
2023-07-24
569ff1a801f92c0761b5ddc9dbff52833b193c94
[scapegoat/Docs2.git]
/
quartz
/
ctx.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { QuartzConfig } from "./cfg"
export interface Argv {
directory: string
verbose: boolean
output: string
serve: boolean
port: number
}
export interface BuildCtx {
argv: Argv
cfg: QuartzConfig
}