mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
fix(nuxi): don't kill analyze command (#4462)
This commit is contained in:
parent
8d92a9cdba
commit
4c19b2652f
@ -65,5 +65,7 @@ export default defineNuxtCommand({
|
|||||||
</html>`)
|
</html>`)
|
||||||
|
|
||||||
await listen(app)
|
await listen(app)
|
||||||
|
|
||||||
|
return 'wait'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user