From 1049423c3641a1af3a3a36a2264f26e94205fe1c Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Sat, 22 Feb 2025 17:18:40 +0530 Subject: [PATCH] wip --- src/node/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/plugin.ts b/src/node/plugin.ts index bc377dcb..60fed11d 100644 --- a/src/node/plugin.ts +++ b/src/node/plugin.ts @@ -367,7 +367,7 @@ export async function createVitePressPlugin( } }, - async handleHotUpdate(ctx) { + async hotUpdate(ctx) { const { file, read, server } = ctx if (file === configPath || configDeps.includes(file)) { siteConfig.logger.info(