mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +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
|
||||
let listeners: Listener[] = []
|
||||
const _listen = async (port) => {
|
||||
const listener = await listen(app, { port })
|
||||
const listener = await listen(app, { port, showURL: false, isProd: true })
|
||||
listeners.push(listener)
|
||||
return listener
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user