dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
version bump, update doc
Jacky Zhao
2023-07-24
236ba56be17f53f701fcfc6ca81b867defa433bd
[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
}