fix: always print path to the console

pull/331/head
FangYing 4 years ago committed by GitHub
parent b0e2c7275f
commit 842380ecbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,7 +121,7 @@ export function createVitePressPlugin(
}, },
configureServer(server) { configureServer(server) {
console.log(configPath) // console.log(configPath)
server.watcher.add(configPath) server.watcher.add(configPath)
// serve our index.html after vite history fallback // serve our index.html after vite history fallback

Loading…
Cancel
Save