update feature list
This commit is contained in:
15
quartz/ctx.ts
Normal file
15
quartz/ctx.ts
Normal file
@ -0,0 +1,15 @@
|
||||
import { QuartzConfig } from "./cfg"
|
||||
|
||||
export interface Argv {
|
||||
directory: string
|
||||
verbose: boolean
|
||||
output: string
|
||||
serve: boolean
|
||||
port: number
|
||||
}
|
||||
|
||||
export interface BuildCtx {
|
||||
argv: Argv
|
||||
version: string
|
||||
cfg: QuartzConfig
|
||||
}
|
0
quartz/plugins/emitters/assets.ts
Normal file
0
quartz/plugins/emitters/assets.ts
Normal file
Reference in New Issue
Block a user