dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
bundleinfo flag, minify scripts
Jacky Zhao
2023-07-24
7c2bb4ee4c4ee4d6abc8f7f3757d40c039a1bcac
[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
}