fix: unmemoize explorer on rebuild (closes #1077)
This commit is contained in:
parent
2db735a150
commit
e89c395f7c
3 changed files with 23 additions and 11 deletions
|
@ -14,6 +14,7 @@ export interface Argv {
|
|||
}
|
||||
|
||||
export interface BuildCtx {
|
||||
buildId: string
|
||||
argv: Argv
|
||||
cfg: QuartzConfig
|
||||
allSlugs: FullSlug[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue