We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364ead1 commit bc48218Copy full SHA for bc48218
src/index.ts
@@ -26,7 +26,9 @@ export const unpluginFactory: UnpluginFactory<Options> = options => ({
26
consola.fail('please provide target')
27
return
28
}
29
+ const _printUrls = server.printUrls
30
server.printUrls = () => {
31
+ _printUrls()
32
let source = `localhost:${config.server.port}`
33
const url = server.resolvedUrls?.local[0]
34
if (url) {
0 commit comments