feat: config file hot update error prints error message (#3592)

pull/3802/head
btea 3 months ago committed by GitHub
parent d3dd4bc938
commit cd5adf3011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -384,6 +384,7 @@ export async function createVitePressPlugin(
try {
await resolveUserConfig(siteConfig.root, 'serve', 'development')
} catch (err: any) {
siteConfig.logger.error(err)
return
}

Loading…
Cancel
Save