fix(nuxi): don't kill analyze command (#4462)

This commit is contained in:
Sébastien Chopin 2022-04-20 16:47:43 +02:00 committed by GitHub
parent 8d92a9cdba
commit 4c19b2652f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,5 +65,7 @@ export default defineNuxtCommand({
</html>`)
await listen(app)
return 'wait'
}
})