update feature list
This commit is contained in:
parent
5599eb590e
commit
000eb4c3c0
3 changed files with 31 additions and 14 deletions
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
Loading…
Add table
Add a link
Reference in a new issue