fix: unmemoize explorer on rebuild (closes #1077)

This commit is contained in:
Jacky Zhao
2024-08-08 19:17:20 -07:00
parent 2db735a150
commit e89c395f7c
3 changed files with 23 additions and 11 deletions

View File

@ -14,6 +14,7 @@ export interface Argv {
}
export interface BuildCtx {
buildId: string
argv: Argv
cfg: QuartzConfig
allSlugs: FullSlug[]