pull/4525/head
Divyansh Singh 7 months ago
parent e780afb977
commit 1049423c36

@ -367,7 +367,7 @@ export async function createVitePressPlugin(
} }
}, },
async handleHotUpdate(ctx) { async hotUpdate(ctx) {
const { file, read, server } = ctx const { file, read, server } = ctx
if (file === configPath || configDeps.includes(file)) { if (file === configPath || configDeps.includes(file)) {
siteConfig.logger.info( siteConfig.logger.info(

Loading…
Cancel
Save