mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-19 01:45:53 +00:00
chore: hide listen message for dev
This commit is contained in:
parent
28be995ef4
commit
a05c806f85
@ -87,7 +87,7 @@ export function createDevServer (sigmaContext: SigmaContext) {
|
|||||||
// Listen
|
// Listen
|
||||||
let listeners: Listener[] = []
|
let listeners: Listener[] = []
|
||||||
const _listen = async (port) => {
|
const _listen = async (port) => {
|
||||||
const listener = await listen(app, { port })
|
const listener = await listen(app, { port, showURL: false, isProd: true })
|
||||||
listeners.push(listener)
|
listeners.push(listener)
|
||||||
return listener
|
return listener
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user